Skip to content

Commit

Permalink
MARP-1053 Update release drafter workflows for branch release/12.0 > …
Browse files Browse the repository at this point in the history
…Try out
  • Loading branch information
lttung-axonivy committed Jan 14, 2025
1 parent 75e5a68 commit a9cba5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/market-release-drafter-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Configure Release Draft Settings
run: |
if [[ "$GITHUB_REF_NAME" = release/* ]]; then
if [[ "$GITHUB_REF_NAME" = *release/* ]]; then
RELEASE_VERSION="${GITHUB_REF_NAME#release/}"
echo "DRAFTER_NAME=Next Release $RELEASE_VERSION 🛒" >> $GITHUB_ENV
echo "DRAFTER_TAG=next-$RELEASE_VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit a9cba5b

Please sign in to comment.