mirror of
https://github.com/ublue-os/bazzite.git
synced 2024-12-28 00:17:39 +00:00
fix(changelogs): change main to stable (#1806)
This commit is contained in:
parent
05b862f352
commit
ba42e0eef4
3
.github/workflows/generate_release.yml
vendored
3
.github/workflows/generate_release.yml
vendored
@ -24,6 +24,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
TARGET="${{ github.event.inputs.target || github.ref }}"
|
TARGET="${{ github.event.inputs.target || github.ref }}"
|
||||||
TARGET="${TARGET##*/}"
|
TARGET="${TARGET##*/}"
|
||||||
|
if [ "$TARGET" = "main" ]; then
|
||||||
|
TARGET="stable"
|
||||||
|
fi
|
||||||
echo "target=$TARGET" >> $GITHUB_OUTPUT
|
echo "target=$TARGET" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Generate Release Text
|
- name: Generate Release Text
|
||||||
|
Loading…
Reference in New Issue
Block a user