Skip to content

Commit

Permalink
fix: add missing job output
Browse files Browse the repository at this point in the history
  • Loading branch information
notdryft committed Dec 9, 2024
1 parent 2d385d7 commit 1c688b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
url: ${{ steps.release.outputs.html_url }}
outputs:
prerelease: ${{ steps.release.outputs.prerelease }}
url: ${{ steps.release.outputs.url }}
upload_url: ${{ steps.release.outputs.upload_url }}
steps:
- name: Create GitHub release (draft)
Expand Down

0 comments on commit 1c688b2

Please sign in to comment.