diff --git a/.github/workflows/release-on-tag.yml b/.github/workflows/release-on-tag.yml index 296c8d3..62db7d3 100644 --- a/.github/workflows/release-on-tag.yml +++ b/.github/workflows/release-on-tag.yml @@ -92,7 +92,7 @@ jobs: echo "✅ Updated $MAJOR to point to ${{ steps.version.outputs.tag }}" - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.tag }} name: ${{ steps.version.outputs.tag }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9af7578..73a232e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,7 +123,7 @@ jobs: echo "✅ Updated major version tag $MAJOR_VERSION to point to v$VERSION" - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: v${{ github.event.inputs.version }} name: v${{ github.event.inputs.version }}