Skip to content

Commit

Permalink
ci: tagnmae
Browse files Browse the repository at this point in the history
  • Loading branch information
shanimal08 committed Dec 13, 2024
1 parent a2e866b commit 6ab5cc3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,8 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
NODE_OPTIONS: '--max_old_space_size=4096'
with:
# tagName: ${{ env.tagName }}
# releaseName: ${{ env.releaseName }}
tagName: beta-v__VERSION__
releaseName: 'beta v__VERSION__'
tagName: ${{ env.tagName }}
releaseName: ${{ env.releaseName }}
releaseBody: 'Tari Universe - See the assets to download this version and install'
releaseDraft: true
prerelease: true
Expand Down

0 comments on commit 6ab5cc3

Please sign in to comment.