diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8487194..e2feb93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: python setup.py sdist - name: Create release on GitHub - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: token: ${{ secrets.GITHUB_TOKEN }} allowUpdates: true