Skip to content

Commit

Permalink
Test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbrooks committed Jan 13, 2025
1 parent a256156 commit 09ee973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
echo "changelog<<EOF" >> $GITHUB_OUTPUT
echo "$CHANGELOG" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
cat "$GITHUB_OUTPUT"
- name: Check style
run: ./gradlew ktlintCheck
Expand Down Expand Up @@ -115,7 +116,7 @@ jobs:
run: |
gh release create ${{ needs.build.outputs.version }} ${{ github.workspace }}/dist/* \
--draft \
--title "v${{ needs.build.outputs.version }}" \
--title "${{ needs.build.outputs.version }}" \
--notes "$(cat << 'EOM'
${{ needs.build.outputs.changelog }}
EOM
Expand Down

0 comments on commit 09ee973

Please sign in to comment.