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 19d93b6 commit 7d3ff8dCopy full SHA for 7d3ff8d
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: goreleaser/goreleaser-action@v6
24
with:
25
distribution: pro
26
- version: latest
+ version: "~> v2"
27
args: release --clean --snapshot
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/release.yml
args: release --clean
0 commit comments