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 b503b24 commit 7e343e7Copy full SHA for 7e343e7
.github/workflows/publish-rust.yml
@@ -96,7 +96,7 @@ jobs:
96
else
97
LEVEL=${{ inputs.level }}
98
fi
99
- cargo release $LEVEL --manifest-path " ${{ inputs.package_path }}/Cargo.toml" --no-tag --no-publish --no-push --no-confirm --execute
+ cargo release $LEVEL --manifest-path "${{ inputs.package_path }}/Cargo.toml" --no-tag --no-publish --no-push --no-confirm --execute
100
101
- name: Check semver
102
run: pnpm rust:semver --manifest-path "${{ inputs.package_path }}/Cargo.toml"
0 commit comments