From 07f23b7e7b87006fd06736432110329ba13ea7e5 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 16 Oct 2024 19:57:55 +0200 Subject: [PATCH] chore: please just fucking work dead cd pipeline --- .gitea/workflows/release.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 5f286d3..daee9b6 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -22,12 +22,12 @@ jobs: fetch-depth: 0 - name: Install Rust toolchain uses: https://github.com/dtolnay/rust-toolchain@stable - - name: Manually Install binaries - uses: https://github.com/taiki-e/install-action@v2 - with: - tool: cargo-semver-checks@0.35, release-plz@0.3.102 # hack + # - name: Manually Install binaries + # uses: https://github.com/taiki-e/install-action@v2 + # with: + # tool: cargo-semver-checks@0.35, release-plz # hack - name: Run release-plz - uses: https://github.com/MarcoIeni/release-plz-action@v0.5 + uses: https://github.com/MarcoIeni/release-plz-action@v0.5.79 with: command: release backend: gitea @@ -49,12 +49,12 @@ jobs: fetch-depth: 0 - name: Install Rust toolchain uses: https://github.com/dtolnay/rust-toolchain@stable - - name: Manually Install binaries - uses: https://github.com/taiki-e/install-action@v2 - with: - tool: cargo-semver-checks@0.35, release-plz@0.3.102 # hack + # - name: Manually Install binaries + # uses: https://github.com/taiki-e/install-action@v2 + # with: + # tool: cargo-semver-checks@0.35, release-plz@0.3.102 # hack - name: Run release-plz - uses: https://github.com/MarcoIeni/release-plz-action@v0.5 + uses: https://github.com/MarcoIeni/release-plz-action@v0.5.79 with: command: release-pr backend: gitea