mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
fix: test create tag
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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: echo ${{ env.MY_VARIABLE }}
|
||||
run: git tag ${{ env.MY_VARIABLE }} && git push --tags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user