diff --git a/.github/workflows/auto-nightly.yml b/.github/workflows/auto-nightly.yml index e01439a..eb6ac43 100644 --- a/.github/workflows/auto-nightly.yml +++ b/.github/workflows/auto-nightly.yml @@ -223,7 +223,7 @@ jobs: throw new Error(errorMsg); } - name: "Create nightly release" - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: "${{ steps.nightly-logic.outputs.UPDATE_RELEASE == 'true' }}" with: name: "${{ steps.build.outputs.ZIP_VERSION }} nightly" diff --git a/.github/workflows/auto-release-from-tag.yml b/.github/workflows/auto-release-from-tag.yml index 48b617b..9c098b1 100644 --- a/.github/workflows/auto-release-from-tag.yml +++ b/.github/workflows/auto-release-from-tag.yml @@ -139,7 +139,7 @@ jobs: fi printf 'TAG_NAME=%s\n' "${TAG_NAME:?}" 1>> "${GITHUB_OUTPUT?}" - name: "Create release" - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: "${{ steps.release-logic.outputs.CREATE_RELEASE == 'true' }}" with: name: "${{ steps.release-logic.outputs.TAG_NAME }}"