From 6b71d86fa7c1df9747b7624c7f006eeff11e3170 Mon Sep 17 00:00:00 2001 From: Werner Van Geit Date: Tue, 30 Jul 2024 11:50:36 +0200 Subject: [PATCH] Fix dependencies --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 186c23c..1ea8248 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -9,13 +9,13 @@ jobs: runs-on: ubuntu-latest permissions: contents: write - if: github.ref == 'refs/heads/master' outputs: new_tag: ${{ steps.tag_version.outputs.new_tag}} changelog: ${{ steps.tag_version.outputs.changelog}} steps: - name: Bump version and push tag id: tag_version + if: github.ref == 'refs/heads/master' uses: anothrNick/github-tag-action@1.64.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}