From 929e703fe36d3197e7e97608daa2452a93faa774 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 13:40:00 +0300 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.13.0 (#134) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-wheels.yml b/.github/workflows/publish-wheels.yml index 1e7034d5..e76bcd24 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.12.0 + uses: ncipollo/release-action@v1.13.0 with: name: ${{ env.RELEASE_TAG }} tag: ${{ env.RELEASE_TAG }}