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 3e22785 commit 0d872dfCopy full SHA for 0d872df
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Publish workspace
24
run: |
25
cargo publish \
26
- ${{ startsWith(github.ref, 'refs/tags/v') && '--dry-run' || '' }} \
+ ${{ startsWith(github.ref, 'refs/tags/v') && '' || '--dry-run' }} \
27
--workspace \
28
--token ${{ secrets.CRATES_TOKEN }} \
29
--no-default-features \
0 commit comments