diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index bbd7060a..60288b77 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -122,7 +122,7 @@ jobs: - name: Create Release id: create_release continue-on-error: false - uses: ncipollo/release-action@v1.10.0 + uses: ncipollo/release-action@v1.20.0 with: # "release.tar.gz,foo/*.txt,..." artifacts: "chart-package/*"