mirror of
https://github.com/R2Northstar/Northstar
synced 2026-08-23 20:23:04 -04:00
Bump softprops/action-gh-release action to v2 (#652)
as v1 uses Node 16 which is being deprecated in a few months
This commit is contained in:
parent
e7e2d55c9b
commit
7a72ecffcf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue