From 0cfdc0e3ae22002c4efeb3d968ac11f64fecb21a Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 29 Aug 2024 05:40:40 -0500 Subject: [PATCH] Fix GitHub Actions --- .github/workflows/release-create.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release-create.yml b/.github/workflows/release-create.yml index 8fc600125..aa1085390 100644 --- a/.github/workflows/release-create.yml +++ b/.github/workflows/release-create.yml @@ -404,12 +404,12 @@ jobs: asset_content_type: application/zip if: contains(github.event.head_commit.message, 'Merge branch') # branch/tag name and commit message - - name: 🖳Tag Baserom - uses: ./.github/actions/tag-repo - env: - FINE_PAT: ${{ secrets.ALTTPER_TAGGER }} - with: - repository: ${{ github.repository_owner }}/z3randomizer - ref-name: heads/OWMain - github-tag: ${{ github.event.release.tag_name }} - if: contains(github.event.head_commit.message, 'Merge branch') + # - name: 🖳Tag Baserom + # uses: ./.github/actions/tag-repo + # env: + # FINE_PAT: ${{ secrets.ALTTPER_TAGGER }} + # with: + # repository: ${{ github.repository_owner }}/z3randomizer + # ref-name: heads/OWMain + # github-tag: ${{ github.event.release.tag_name }} + # if: contains(github.event.head_commit.message, 'Merge branch')