diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c06ac41..7e084443 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Create GitHub Release id: create_release - uses: ncipollo/release-action@v1.20.0 + uses: ncipollo/release-action@v1.21.0 with: artifacts: "dist/*" generateReleaseNotes: true