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