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 462b79a commit e702429Copy full SHA for e702429
.github/workflows/release-nightly.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: goreleaser/goreleaser-action@v6
23
with:
24
distribution: goreleaser-pro
25
- version: latest
+ version: nightly
26
args: release --clean --nightly -f .goreleaser-nightly.yml
27
env:
28
GITHUB_TOKEN: ${{secrets.GH_PAT}}
0 commit comments