Skip to content

Commit

Permalink
remove legacy parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Jan 18, 2024
1 parent 78f5075 commit 5fbc2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish/publish-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ runs:
echo "dry-run: '${{ inputs.dry-run }}'"
echo "version: '${{ inputs.version }}'"
cargo login ${{ inputs.crates-token }}
cargo release --workspace --isolated --no-push --no-tag --dependent-version error --verbose $(if [ "${{ inputs.dry-run }}" = "false" ]; then echo --execute --no-confirm; fi) ${{ inputs.version }}
cargo release --workspace --isolated --no-push --no-tag --verbose $(if [ "${{ inputs.dry-run }}" = "false" ]; then echo --execute --no-confirm; fi) ${{ inputs.version }}

0 comments on commit 5fbc2d8

Please sign in to comment.