Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG authored Nov 29, 2024
1 parent ab5f019 commit a22a308
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: ThirteenAG/update-tags@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Configure build
shell: cmd
run: ./premake5.bat
Expand Down Expand Up @@ -66,6 +63,12 @@ jobs:
uses: actions/[email protected]
with:
path: ./bin/*.zip
- name: Update Tags
continue-on-error: true
if: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
uses: ThirteenAG/update-tags@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: GTAIV.XboxRainDroplets
uses: ./.github/workflows/release_tag
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
Expand Down

0 comments on commit a22a308

Please sign in to comment.