Skip to content

Commit

Permalink
chore(deps): bump goreleaser/goreleaser-action from 2 to 3 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 7, 2022
1 parent 3cf3c83 commit 79be4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Create key file
run: 'echo "${{ secrets.GPG_KEY }}" > key.gpg'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist --release-notes=CHANGELOG.md
Expand Down

0 comments on commit 79be4ad

Please sign in to comment.