Skip to content

Commit a003dac

Browse files
committed
Fix publisher
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent fca511e commit a003dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Publish on crates.io
5959
run: cargo publish $DRYRUN --manifest-path $CARGO_FILE
6060
env:
61-
DRYRUN: ${{ inputs.dryrun && '--dry-run' }}
61+
DRYRUN: ${{ inputs.dryrun && '--dry-run' || '' }}
6262
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
6363

6464
- name: Push version tag

0 commit comments

Comments
 (0)