From 0a3ab9ef2678f116ed5abb635d8604575d0e48b2 Mon Sep 17 00:00:00 2001 From: Werner Van Geit Date: Tue, 30 Jul 2024 13:33:26 +0200 Subject: [PATCH] Fix tag reading --- .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 c135dc3..220de6c 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -76,7 +76,7 @@ jobs: - name: Create a GitHub release uses: ncipollo/release-action@v1 with: - tag: ${{ needs.tag.new_tag }} + tag: ${{ needs.tag.outputs.new_tag }} generateReleaseNotes: true artifacts: wheels-*