Skip to content

Commit

Permalink
CI: Update softprops/action-gh-release to v2.0.4
Browse files Browse the repository at this point in the history
This is the last remaining action in this repo that was still using
node16. Updating should remove the associated warnings.
  • Loading branch information
RytoEX committed Apr 12, 2024
1 parent 5b187fc commit c314e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Create Release 🛫
if: fromJSON(steps.check.outputs.validTag)
id: create_release
uses: softprops/action-gh-release@d4e8205d7e959a9107da6396278b2f1f07af0f9b
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564
with:
draft: true
prerelease: ${{ fromJSON(steps.check.outputs.prerelease) }}
Expand Down

0 comments on commit c314e60

Please sign in to comment.