Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
siddh34 committed May 25, 2024
1 parent 5cd0644 commit 359a753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: pomodoro-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: 'pomodoro-v__VERSION__'
tagName: pomodoro-app_v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: 'pomodoro-app___VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
Expand Down

0 comments on commit 359a753

Please sign in to comment.