Skip to content

Commit

Permalink
Merge pull request #9 from NETWAYS/dependabot/github_actions/goreleas…
Browse files Browse the repository at this point in the history
…er/goreleaser-action-5

Bump goreleaser/goreleaser-action from 4 to 5
  • Loading branch information
martialblog authored Oct 2, 2023
2 parents ea78bae + 1457b2a commit 2d835e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Run goreleaser in release mode
if: success() && startsWith(github.ref, 'refs/tags/v')
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 2d835e8

Please sign in to comment.