Fix release-pr.yml (#1758)

Always use latest stable rust

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-06-14 20:25:13 +10:00 committed by GitHub
parent 77b0b68ea9
commit 610504957f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,6 +47,7 @@ jobs:
with: with:
tool: cargo-release,cargo-semver-checks tool: cargo-release,cargo-semver-checks
- run: rustup toolchain install stable --no-self-update --profile minimal
- uses: cargo-bins/release-pr@v2.1.1 - uses: cargo-bins/release-pr@v2.1.1
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}