Skip to content

Commit

Permalink
try use github.ref_name replace of __VERSION__
Browse files Browse the repository at this point in the history
  • Loading branch information
RWDai committed Aug 29, 2024
1 parent e329b1c commit fe0ca8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: app-v__VERSION__
releaseName: 'App v__VERSION__'
releaseName: ${{ github.ref_name }}
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
Expand Down

0 comments on commit fe0ca8f

Please sign in to comment.