mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix: varn name
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user