mirror of
https://github.com/ublue-os/bazzite.git
synced 2024-12-26 12:16:34 +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: |
|
||||
TARGET="${{ github.event.inputs.target || github.ref }}"
|
||||
TARGET="${TARGET##*/}"
|
||||
if [ "$TARGET" = "main" ]; then
|
||||
TARGET="stable"
|
||||
fi
|
||||
echo "target=$TARGET" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Generate Release Text
|
||||
|
Loading…
Reference in New Issue
Block a user