Skip to content

Commit c60878a

Browse files
authored
Revert "Revert "publish unpublished (#273)" (#274)"
This reverts commit 078cea7.
1 parent 078cea7 commit c60878a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
3939

4040
- name: Run cargo release
41-
run: cargo release --allow-branch 'main' --no-confirm --no-tag -x
41+
run: cargo release --allow-branch 'main' --no-confirm --no-tag --unpublished -x
4242

4343
- id: version
4444
uses: ./.github/actions/detect-version

0 commit comments

Comments
 (0)