Skip to content

Commit

Permalink
fix(changelogs): change main to stable (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas authored Oct 29, 2024
1 parent 05b862f commit ba42e0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba42e0e

Please sign in to comment.