Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Meggle committed Nov 20, 2024
1 parent 39d09da commit 63513cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
run: |
echo ${{ env.CHANGELOG_CONTENT }} > temp_changelog.md
gh release create "$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="${tag#v}" \
--notes=${{ env.CHANGELOG_CONTENT }}
--notes-file=temp_changelog.md

0 comments on commit 63513cc

Please sign in to comment.