From b5094acea7b6311b7ee710eeb3d9d362e0e44c76 Mon Sep 17 00:00:00 2001 From: Paolo Prete Date: Mon, 10 Jun 2024 22:01:07 +0200 Subject: [PATCH] update make release action --- .github/workflows/make_release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/make_release.yaml b/.github/workflows/make_release.yaml index 70ef07b..d7ee619 100644 --- a/.github/workflows/make_release.yaml +++ b/.github/workflows/make_release.yaml @@ -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 @@ -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 @@ -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