Skip to content

Commit

Permalink
Update release name format in build-and-release workflow for minor up…
Browse files Browse the repository at this point in the history
…dates
  • Loading branch information
waveyboym committed Dec 23, 2024
1 parent 638389f commit 0ec6c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: 'v__VERSION__-Audio Freedom Lab🥼'
releaseName: 'v__VERSION__-Audio Freedom Lab🥼(minor-update)'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
Expand Down

0 comments on commit 0ec6c31

Please sign in to comment.