Skip to content

Commit 20dc7d4

Browse files
committed
Move version to end
1 parent 9dae2de commit 20dc7d4

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
@@ -71,7 +71,7 @@ jobs:
7171
LEVEL="--bump ${{ inputs.level }}"
7272
fi
7373
74-
cargo set-version $LEVEL --manifest-path ${{ inputs.crate }}/Cargo.toml
74+
cargo set-version --manifest-path ${{ inputs.crate }}/Cargo.toml $LEVEL
7575
7676
- name: Check semver
7777
run: |

0 commit comments

Comments
 (0)