diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3196fa..60d3a2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: - name: Inspect dist run: ls -al dist/* - name: Upload to GH release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: # unset the prerelease flag and make it the latest release prerelease: false