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 e2dd0eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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
echo "$GITHUB_OUTPUT"
- name: Check style
run: ./gradlew ktlintCheck
Expand Down Expand Up @@ -113,9 +114,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cat "version: ${{ needs.build.outputs.version }}"
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 e2dd0eb

Please sign in to comment.