0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-12-26 22:38:22 -05:00

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

ci: #minor changes made to make rolling and stable both release branches
This commit is contained in:
Scott 2024-01-28 02:37:59 -05:00 committed by GitHub
commit b0f53d40a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,11 +36,14 @@ jobs:
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PRERELEASE_SUFFIX:
RELEASE_BRANCHES: rolling,stable
with:
tag_name: ${{ steps.version-bump.outputs.new_tag }}
release_name: ${{ steps.version-bump.outputs.new_tag }}
body: |
${{ steps.Changelog.outputs.changelog }}
draft: false
prerelease: false