mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
fix: try echo env
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user