We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8396ce5 + cb3a28d commit 91cba16Copy full SHA for 91cba16
.github/workflows/push.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Build changelog
56
run: chglog init
57
- name: Run GoReleaser
58
- uses: goreleaser/goreleaser-action@v6
+ uses: goreleaser/goreleaser-action@v7
59
with:
60
args: release --snapshot
61
- uses: actions/upload-artifact@v6
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
args: release
45
env:
0 commit comments