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:
commit
ac796bc6a4
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user