Skip to content

Commit

Permalink
Merge branch 'OverworldShuffleDev' into OverworldShuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
codemann8 committed Aug 29, 2024
2 parents 6628b59 + 0cfdc0e commit b94cffb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit b94cffb

Please sign in to comment.