0
0
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:
Scott 2024-01-28 02:40:45 -05:00 committed by GitHub
commit 5c41deb1d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}