diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 414cc75..e8d6e49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,6 @@ jobs: - name: "list" run: ls -la ./dist/ - name: "release" - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.20.0 with: artifacts: "dist/*"