diff --git a/.github/workflows/publish-wheels.yml b/.github/workflows/publish-wheels.yml index 049a763f..6ce4c1f8 100644 --- a/.github/workflows/publish-wheels.yml +++ b/.github/workflows/publish-wheels.yml @@ -64,7 +64,7 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN_PI_HEIF }} - name: Create release draft - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: name: ${{ env.RELEASE_TAG }} tag: ${{ env.RELEASE_TAG }}