mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-12-28 07:18: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:
commit
b0f53d40a4
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -36,11 +36,14 @@ 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:
|
||||||
|
RELEASE_BRANCHES: rolling,stable
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.version-bump.outputs.new_tag }}
|
tag_name: ${{ steps.version-bump.outputs.new_tag }}
|
||||||
release_name: ${{ steps.version-bump.outputs.new_tag }}
|
release_name: ${{ steps.version-bump.outputs.new_tag }}
|
||||||
body: |
|
body: |
|
||||||
${{ steps.Changelog.outputs.changelog }}
|
${{ steps.Changelog.outputs.changelog }}
|
||||||
|
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user