Skip to content

Commit

Permalink
Prereleases have to be snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
airhorns committed May 5, 2024
1 parent a2b4e6b commit bdc0c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --clean -f .goreleaser.prerelease.yml
args: release --clean --snapshot -f .goreleaser.prerelease.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bdc0c02

Please sign in to comment.