Skip to content

Commit

Permalink
ci(release): fix latest and prerelease tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Jul 12, 2024
1 parent 35d9f4c commit 770981f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ jobs:
artifacts: repo/*
bodyFile: README.md
commit: master
makeLatest: ${{ matrix.repo == 'lizardbyte' && 'true' || 'false' }}
makeLatest: ${{ matrix.release_name == 'stable' || false }}
name: ${{ matrix.release_name }}
prerelease: false
prerelease: ${{ matrix.release_name == 'beta' || false }}
tag: ${{ matrix.release_name }}
token: ${{ secrets.GH_BOT_TOKEN }}

0 comments on commit 770981f

Please sign in to comment.