Skip to content

Commit

Permalink
Fix tag reading
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Jul 30, 2024
1 parent 6578f62 commit 0a3ab9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-*

Expand Down

0 comments on commit 0a3ab9e

Please sign in to comment.