From ada676f15d59af6784ce8c786e3862b13ae2c01c Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Fri, 25 Feb 2022 17:52:57 +0000 Subject: [PATCH] fix: varn name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1013f8014..8447ccc39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,5 +22,5 @@ jobs: version=`cat util/constants.ts | grep 'export const DISCORDENO_VERSION' | awk -F'= ' '{print $2}' | tr -d '"|;'` echo "DISCORDENO_VERSION=$version" >> $GITHUB_ENV - name: Create tag - run: git tag ${{ env.MY_VARIABLE }} && git push --tags + run: git tag ${{ env.DISCORDENO_VERSION }} && git push --tags