Skip to content

Commit

Permalink
change skip publish for v2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
princespaghetti committed Jun 12, 2024
1 parent abd23a6 commit 22b4f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release ${{ fromJSON('["--skip-publish --snapshot", ""]')[startsWith(github.ref, 'refs/tags/v')] }}
args: release ${{ fromJSON('["--skip=publish --snapshot", ""]')[startsWith(github.ref, 'refs/tags/v')] }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 22b4f5d

Please sign in to comment.