diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41862aee..c05349f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: path: dist/ - name: Create/update release on GitHub - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: allowUpdates: true artifacts: "builds**/*" @@ -65,7 +65,7 @@ jobs: password: ${{ secrets.PYPI_API_TOKEN }} - name: Create/update release on GitHub - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: allowUpdates: true artifacts: "dist/*.tar.gz"