Skip to content

Commit

Permalink
Update action-gh-release to correct error with undefined value
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Jun 29, 2023
1 parent 940bdcd commit a7f55b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Create release
if: github.event_name == 'push'
# FIXME: rollback to `softprops/action-gh-release` once the issue <https://github.com/softprops/action-gh-release/issues/362> is fixed.
uses: FirelightFlagboy/action-gh-release@58fed080aaa4be111f1b7c31013ceeb8d68e0172
uses: FirelightFlagboy/action-gh-release@5f81454e6f7b173522c7de8709330e0fdd881d49
with:
draft: true
body: ${{ steps.summary.outputs.output }}
Expand Down

0 comments on commit a7f55b1

Please sign in to comment.