diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 640a036..bcd4758 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -184,7 +184,7 @@ jobs: ls -la dist/ - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: # Dispatched runs have no tag ref, so name it explicitly. The action # creates the tag on the checked-out commit (main) if it doesn't exist.