Skip to content

Commit

Permalink
Merge pull request #62 from Geodefi/dev
Browse files Browse the repository at this point in the history
ci: use github.ref_name?
  • Loading branch information
geode-main authored Mar 5, 2024
2 parents 6b66393 + de3fbad commit 2be30c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Inject release version
run: |
TAG=${{ github.event.release.tag_name }}
TAG=${{github.ref_name}}
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
- name: Build source and wheel distributions
Expand Down

0 comments on commit 2be30c6

Please sign in to comment.