From b55c6fa3e1f325bdd3772d01c1cbc67ba9302740 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 27 Jul 2023 11:09:20 +0200 Subject: [PATCH] git: Remove updating of the plugin templates from release CI --- .github/workflows/release.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73dad629b..efddf034a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,26 +51,6 @@ jobs: repo: ImHex-Patterns token: ${{ secrets.RELEASE_TOKEN }} - - name: ✉️ Update C++ Plugin Template - uses: peter-evans/repository-dispatch@v2 - env: - RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }} - if: "${{ env.RELEASE_TOKEN != '' }}" - with: - token: ${{ secrets.RELEASE_TOKEN }} - repository: WerWolv/ImHex-Cpp-Plugin-Template - event-type: update_submodule - - - name: ✉️ Update Rust Plugin Template - uses: peter-evans/repository-dispatch@v2 - env: - RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }} - if: "${{ env.RELEASE_TOKEN != '' }}" - with: - token: ${{ secrets.RELEASE_TOKEN }} - repository: WerWolv/ImHex-Rust-Plugin-Template - event-type: update_submodule - release-upload-artifacts: runs-on: ubuntu-latest name: Release Upload Artifacts