diff --git a/.forgejo/workflows/push-main.yml b/.forgejo/workflows/push-main.yml index 6f43758..6ed3327 100644 --- a/.forgejo/workflows/push-main.yml +++ b/.forgejo/workflows/push-main.yml @@ -21,15 +21,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Install Rust toolchain - uses: https://github.com/dtolnay/rust-toolchain@stable - - name: Run release-plz PR - uses: https://git.kemitix.net/kemitix/rust@dev - with: - args: release-plz release-pr --backend gitea --git-token ${GITHUB_TOKEN} - env: - GITHUB_TOKEN: ${{ secrets.FORGEJO_TOKEN }} - CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} - name: Run release-plz release-pr uses: https://git.kemitix.net/kemitix/rust@dev with: