Skip to content

Commit

Permalink
Merge pull request #45 from patrickdappollonio/patrickdappollonio-pat…
Browse files Browse the repository at this point in the history
…ch-1

Fix skip publish on goreleaser
  • Loading branch information
patrickdappollonio authored Mar 6, 2025
2 parents 8d60698 + f33c668 commit 9a42ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --snapshot --skip-publish --clean
args: release --snapshot --skip=publish --clean
- name: Create temporary download for this PR for 1d
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 9a42ce3

Please sign in to comment.