Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Nov 19, 2024
1 parent 3354c37 commit 72c16a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-changelog-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
with:
command: |
echo 'foo=bar' >> $GITHUB_OUTPUT
echo 'notes<<RELNOTESEOF' >> $GITHUB_OUTPUT
cat CHANGELOG.md >> $GITHUB_OUTPUT
printf '\nThis release is based on the following upstream versions:\n\n' >> $GITHUB_OUTPUT
./gradlew -q printUpstreamDependenciesMarkdown >> $GITHUB_OUTPUT
echo 'RELNOTESEOF' >> $GITHUB_OUTPUT
# echo 'notes<<RELNOTESEOF' >> $GITHUB_OUTPUT
# cat CHANGELOG.md >> $GITHUB_OUTPUT
# printf '\nThis release is based on the following upstream versions:\n\n' >> $GITHUB_OUTPUT
# ./gradlew -q printUpstreamDependenciesMarkdown >> $GITHUB_OUTPUT
# echo 'RELNOTESEOF' >> $GITHUB_OUTPUT

- name: Echo release notes
run: echo '${{ steps.generate_release_notes.outputs.foo }}' && echo '${{ steps.generate_release_notes.outputs.notes }}'
Expand Down

0 comments on commit 72c16a6

Please sign in to comment.