We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9631593 + d59d132 commit 5b7946eCopy full SHA for 5b7946e
2 files changed
.github/workflows/ci.yaml
@@ -50,7 +50,7 @@ jobs:
50
uses: actions/checkout@v6
51
52
- name: Check GoReleaser
53
- uses: goreleaser/goreleaser-action@v7
+ uses: goreleaser/goreleaser-action@v7.1.0
54
with:
55
args: check
56
.github/workflows/release.yaml
@@ -74,7 +74,7 @@ jobs:
74
uses: samuelmeuli/action-snapcraft@v3
75
76
- name: Run GoReleaser
77
78
79
args: release --clean
80
env:
0 commit comments