0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 14:08:23 -05:00

Merge pull request #10 from scottc943/FEATURE/400_GitHubActions-automate-release-versions

ci: #minor change - trying to make pre-release suffic set to nothing
This commit is contained in:
Scott 2024-01-28 02:45:01 -05:00 committed by GitHub
commit ac796bc6a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PRERELEASE: false
RELEASE_BRANCHES: rolling,stable
PRERELEASE_SUFFIX: ''
with:
tag_name: ${{ steps.version-bump.outputs.new_tag }}
release_name: ${{ steps.version-bump.outputs.new_tag }}