Skip to content

Commit fb24408

Browse files
committed
Fix setting tag to env variable
1 parent e7ae042 commit fb24408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: get-version
2525
run: |
2626
echo ${GITHUB_REF#refs/tags/}
27-
echo "TAG::${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
27+
echo ::set-output name=TAG::${GITHUB_REF#refs/tags/}
2828
- name: Test version/tag correspondence
2929
id: version-check
3030
run: |

0 commit comments

Comments
 (0)