We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fc5d1 commit d0e8fd4Copy full SHA for d0e8fd4
.github/workflows/dev.yaml
@@ -37,7 +37,7 @@ jobs:
37
uses: goreleaser/goreleaser-action@v6
38
with:
39
distribution: goreleaser
40
- version: latest
+ version: '~> v2'
41
args: release --clean
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/release.yaml
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
args: release --snapshot --clean
0 commit comments