From fb24408f80e5d4f6372bea26d38959deecde095d Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Fri, 26 Jan 2024 16:23:55 +0100 Subject: [PATCH] Fix setting tag to env variable --- .github/workflows/publish-to-pypi-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi-test.yml b/.github/workflows/publish-to-pypi-test.yml index 71e7b9409..6a7124641 100644 --- a/.github/workflows/publish-to-pypi-test.yml +++ b/.github/workflows/publish-to-pypi-test.yml @@ -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: |