Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- run: |
VERSION=${{ inputs.version }}
VERSION=${VERSION#v}
cargo install cargo-release --locked
cargo +stable install cargo-release --locked
cargo release version $VERSION --execute --no-confirm && cargo release replace --execute --no-confirm

- id: version_info
run: |
cargo install cargo-get --locked
cargo +stable install cargo-get --locked
echo "version=$(cargo get workspace.package.version)" >> $GITHUB_OUTPUT

- uses: peter-evans/create-pull-request@v7
Expand Down
Loading