Skip to content

Commit

Permalink
next attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Nov 19, 2024
1 parent 277359a commit 22b0832
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/test-changelog-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
./gradlew -q printUpstreamDependenciesMarkdown >> $GITHUB_OUTPUT
echo 'RELNOTESEOF' >> $GITHUB_OUTPUT
- name: Create GitHub Release
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release create v1.23 \
--title="Dummy Release" \
--notes="${{steps.generate_release_notes.outputs.release_notes}}"
- name: Echo release notes
run: echo '${{ steps.generate_release_notes.outputs.release_notes }}'
# - name: Create GitHub Release
# env:
# GH_TOKEN: ${{ github.token }}
# run: |
# gh release create v1.23 \
# --title="Dummy Release" \
# --notes="${{ steps.generate_release_notes.outputs.release_notes }}"

0 comments on commit 22b0832

Please sign in to comment.