From 00dea39f887eb9f0fbafe9140ee3abc6ce2519b7 Mon Sep 17 00:00:00 2001 From: Philipp Rehner Date: Wed, 8 Jan 2025 14:05:38 +0100 Subject: [PATCH] Change release workflow --- .github/workflows/release.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 273f12fc3..19bd2e12b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,11 +108,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true - - uses: katyo/publish-crates@v1 - with: - registry-token: ${{ secrets.CRATES_IO_TOKEN }} + - uses: dtolnay/rust-toolchain@stable + - run: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}