diff --git a/.github/workflows/all-platform-build.yml b/.github/workflows/all-platform-build.yml index 79b4954..c645ff8 100644 --- a/.github/workflows/all-platform-build.yml +++ b/.github/workflows/all-platform-build.yml @@ -151,7 +151,7 @@ jobs: merge-multiple: true - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} name: ${{ github.ref_name }} diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 472859b..4c65890 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -83,7 +83,7 @@ jobs: merge-multiple: true - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: desktop-build-${{ github.run_number }}-${{ github.run_attempt }} name: Release for Desktop Build #${{ github.run_number }}.${{ github.run_attempt }}