Skip to content

Commit 0fe7610

Browse files
committed
fix publish workflow
1 parent f263897 commit 0fe7610

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Publish workspace
2424
run: |
2525
cargo publish \
26-
${{ startsWith(github.ref, 'refs/tags/v') && '' || '--dry-run' }} \
26+
${{ startsWith(github.ref, 'refs/tags/v') && '--verbose' || '--dry-run' }} \
2727
--workspace \
2828
--token ${{ secrets.CRATES_TOKEN }} \
2929
--no-default-features \

0 commit comments

Comments
 (0)