mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
ci: #minor changes made to make rolling and stable both release branches
This commit is contained in:
parent
0dac20412d
commit
7c0100e4e3
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user