We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca511e commit a003dacCopy full SHA for a003dac
.github/workflows/publish.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Publish on crates.io
59
run: cargo publish $DRYRUN --manifest-path $CARGO_FILE
60
env:
61
- DRYRUN: ${{ inputs.dryrun && '--dry-run' }}
+ DRYRUN: ${{ inputs.dryrun && '--dry-run' || '' }}
62
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
63
64
- name: Push version tag
0 commit comments