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 bee2427
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 @@ -113,9 +113,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cat ${{ fromJson(needs.build.outputs) }}
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 bee2427

Please sign in to comment.