Skip to content

Commit

Permalink
try --unpublished
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady committed Feb 13, 2025
1 parent a416150 commit a4ee169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: cargo release
run: |
cargo release ${{ steps.extract_version.outputs.VERSION }} --exclude cargo-altvup --no-confirm --execute
cargo release ${{ steps.extract_version.outputs.VERSION }} --exclude cargo-altvup --no-confirm --unpublished --execute
- name: create archive
# seems like --exclude-from doesnt support all syntax of gitignore but it doesnt really matter
Expand Down

0 comments on commit a4ee169

Please sign in to comment.