Skip to content

Commit

Permalink
chore:update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbekhen committed Nov 30, 2023
1 parent 8703423 commit a37b22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
password: ${{ secrets.GH_PAT }}

- name: Build binaries, image and archive
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
if: success() && startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
Expand Down

0 comments on commit a37b22a

Please sign in to comment.