diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e22cd6..5916991 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,7 +105,7 @@ jobs: run: ls -lah dist - name: D6) Create GitHub Release and upload artifacts - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} # e.g., vx.y.z name: ${{ github.ref_name }}