Skip to content

Commit

Permalink
ci: Bump softprops/action-gh-release action to v2
Browse files Browse the repository at this point in the history
as v1 uses Node 16 which is being deprecated in a few months
  • Loading branch information
GeckoEidechse committed Jun 18, 2024
1 parent e7e2d55 commit c63673b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
sha512sum Northstar.release.${{ env.NORTHSTAR_VERSION }}.zip >> $GITHUB_STEP_SUMMARY
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
- name: Upload zip to release draft
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v') && !contains(env.NORTHSTAR_VERSION, '-rc')
with:
draft: true
Expand Down

0 comments on commit c63673b

Please sign in to comment.