diff --git a/.github/workflows/release-dispatch.yml b/.github/workflows/release-dispatch.yml index 0502746c..8abf866b 100644 --- a/.github/workflows/release-dispatch.yml +++ b/.github/workflows/release-dispatch.yml @@ -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