diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 670e5f0..19e57d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,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**/*" @@ -67,7 +67,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"