Skip to content

Commit

Permalink
Merge pull request #1381 from alejoe91/release-actions
Browse files Browse the repository at this point in the history
Fix setting tag to env variable
  • Loading branch information
samuelgarcia authored Jan 26, 2024
2 parents e7ae042 + fb24408 commit e023577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: get-version
run: |
echo ${GITHUB_REF#refs/tags/}
echo "TAG::${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
echo ::set-output name=TAG::${GITHUB_REF#refs/tags/}
- name: Test version/tag correspondence
id: version-check
run: |
Expand Down

0 comments on commit e023577

Please sign in to comment.