fix: try echo env

This commit is contained in:
Skillz4Killz
2022-02-25 17:47:46 +00:00
committed by GitHub
parent 8e0579e815
commit 0c3fa74333

View File

@@ -20,4 +20,7 @@ jobs:
id: get_tag_version
run: |
version=`cat util/constants.ts | grep 'export const DISCORDENO_VERSION' | awk -F'= ' '{print $2}' | tr -d '"|;'`
git tag ${{version}} && git push --tags
echo "DISCORDENO_VERSION=$version" >> $GITHUB_ENV
- name: Create tag
run: echo ${{ env.MY_VARIABLE }}