Fix GitHub Actions

This commit is contained in:
codemann8
2024-08-29 05:40:40 -05:00
parent fbdc8f0668
commit 0cfdc0e3ae

View File

@@ -404,12 +404,12 @@ jobs:
asset_content_type: application/zip asset_content_type: application/zip
if: contains(github.event.head_commit.message, 'Merge branch') # branch/tag name and commit message if: contains(github.event.head_commit.message, 'Merge branch') # branch/tag name and commit message
- name: 🖳Tag Baserom # - name: 🖳Tag Baserom
uses: ./.github/actions/tag-repo # uses: ./.github/actions/tag-repo
env: # env:
FINE_PAT: ${{ secrets.ALTTPER_TAGGER }} # FINE_PAT: ${{ secrets.ALTTPER_TAGGER }}
with: # with:
repository: ${{ github.repository_owner }}/z3randomizer # repository: ${{ github.repository_owner }}/z3randomizer
ref-name: heads/OWMain # ref-name: heads/OWMain
github-tag: ${{ github.event.release.tag_name }} # github-tag: ${{ github.event.release.tag_name }}
if: contains(github.event.head_commit.message, 'Merge branch') # if: contains(github.event.head_commit.message, 'Merge branch')