Skip to content

Commit df4b88e

Browse files
chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (#99)
1 parent 307df0c commit df4b88e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3232
passphrase: ${{ secrets.PASSPHRASE }}
33-
- uses: goreleaser/goreleaser-action@v5
33+
- uses: goreleaser/goreleaser-action@v6
3434
with:
3535
args: release --clean
3636
env:

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Visit https://goreleaser.com for documentation on how to customize this
22
# behavior.
3+
version: 2
34
before:
45
hooks:
56
# this is just an example and not a requirement for provider building/publishing

0 commit comments

Comments
 (0)