mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 22:18:23 -05:00
Merge pull request #9 from scottc943/FEATURE/400_GitHubActions-automate-release-versions
ci: #minor changes to hopefully turn off pre-release
This commit is contained in:
commit
5c41deb1d4
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
uses: actions/create-release@latest
|
uses: actions/create-release@latest
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
PRERELEASE_SUFFIX:
|
PRERELEASE: false
|
||||||
RELEASE_BRANCHES: rolling,stable
|
RELEASE_BRANCHES: rolling,stable
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.version-bump.outputs.new_tag }}
|
tag_name: ${{ steps.version-bump.outputs.new_tag }}
|
||||||
|
Loading…
Reference in New Issue
Block a user