Skip to content

Commit e023577

Browse files
authored
Merge pull request NeuralEnsemble#1381 from alejoe91/release-actions
Fix setting tag to env variable
2 parents e7ae042 + fb24408 commit e023577

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)