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 48a56e8 commit 926220cCopy full SHA for 926220c
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
39
40
- name: Run cargo release
41
- run: cargo release --allow-branch 'main' --no-confirm --no-tag -x
+ run: cargo release --allow-branch 'main' --no-confirm --no-tag --unpublished -x
42
43
- id: version
44
uses: ./.github/actions/detect-version
0 commit comments