Skip to content

Commit

Permalink
MARP-1053 Update release drafter workflows for branch release/10.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 172600e commit 75e5a68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/market-release-drafter-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@ jobs:
RELEASE_VERSION="${GITHUB_REF_NAME#release/}"
echo "DRAFTER_NAME=Next Release $RELEASE_VERSION 🛒" >> $GITHUB_ENV
echo "DRAFTER_TAG=next-$RELEASE_VERSION" >> $GITHUB_ENV
echo $DRAFTER_NAME
echo $DRAFTER_TAG
echo $github.ref
fi
- uses: release-drafter/release-drafter@v6
with:
name: ${{ env.DRAFTER_NAME }}
tag: ${{ env.DRAFTER_TAG }}
commitish: ${{ github.ref }}
commitish: "refs/heads/release/10.0"

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 75e5a68

Please sign in to comment.