fix(changelogs): change main to stable (#1806)

This commit is contained in:
Antheas Kapenekakis 2024-10-29 20:14:31 +01:00 committed by GitHub
parent 05b862f352
commit ba42e0eef4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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