diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index f09af324..851d5651 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -182,7 +182,7 @@ jobs: run: ls -R artifacts - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: GRID ${{ github.event.inputs.version || github.ref_name }} tag_name: ${{ github.event.inputs.version || github.ref_name }}