From 7e4e589201841dc54e86f5af3609c55891ddd325 Mon Sep 17 00:00:00 2001 From: Marcus Markiewicz <43656407+supermem613@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:17:19 -0400 Subject: [PATCH] Revert "ci: Use GITHUB_OUTPUT envvar instead of set-output command (#107)" This reverts commit 82bfa8f6d95f14d6a194a6432331a846e93262a7. --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 18a18fe..5dde7a3 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -25,7 +25,7 @@ jobs: - name: Get the version id: get_version - run: echo "VERSION=${GITHUB_REF/refs\/tags\//} " >> $GITHUB_OUTPUT + run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} shell: bash - name: Install GitVersion