Skip to content

Commit

Permalink
Merge pull request #13 from rootsami/fix-ci-gh-action
Browse files Browse the repository at this point in the history
ci: goreleaser github-action v4
  • Loading branch information
rootsami authored Jan 27, 2023
2 parents 6ed0565 + 2681795 commit 1a13cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
registry: docker.io
username: ${{ github.repository_owner }}
password: ${{ secrets.DOCKER_PAT }}
- uses: goreleaser/goreleaser-action@v2
- uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 1a13cd7

Please sign in to comment.