Skip to content

Commit

Permalink
update make release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Prete committed Jun 10, 2024
1 parent 4772736 commit b5094ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/make_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: >
python3 bin/create_binary_dist.py
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
draft: true
body_path: bin/releaseNotes.txt
Expand All @@ -34,7 +34,7 @@ jobs:
run: >
python3 bin/create_binary_dist.py
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
draft: true
body_path: bin/releaseNotes.txt
Expand All @@ -51,7 +51,7 @@ jobs:
run: >
python3 bin/create_binary_dist.py
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
draft: true
body_path: bin/releaseNotes.txt
Expand Down

0 comments on commit b5094ac

Please sign in to comment.