diff --git a/.github/workflows/release-dry-run.yml b/.github/workflows/release-dry-run.yml index df9323dec..854dfcfd1 100644 --- a/.github/workflows/release-dry-run.yml +++ b/.github/workflows/release-dry-run.yml @@ -13,14 +13,8 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.PAT }} - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - - uses: Swatinem/rust-cache@v1 - name: Install Knope - uses: actions-rs/cargo@v1 + uses: knope-dev/action@v1 with: - command: install - args: knope + version: 0.4.3 - run: knope release --dry-run \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e8c4b8c7..2fad25086 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,16 +17,10 @@ jobs: git_user_signingkey: true git_commit_gpgsign: true git_push_gpgsign: false - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - - uses: Swatinem/rust-cache@v1 - name: Install Knope - uses: actions-rs/cargo@v1 + uses: knope-dev/action@v1 with: - command: install - args: knope + version: 0.4.3 - name: Bump Version & Create GitHub Release run: knope release env: