mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix: nicks perfectionism
This commit is contained in:
@@ -18,9 +18,7 @@ jobs:
|
||||
deno-version: ${{ matrix.deno }}
|
||||
- name: Get tag version
|
||||
id: get_tag_version
|
||||
run: |
|
||||
version=`cat util/constants.ts | grep 'export const DISCORDENO_VERSION' | awk -F'= ' '{print $2}' | tr -d '"|;'`
|
||||
echo "DISCORDENO_VERSION=$version" >> $GITHUB_ENV
|
||||
run: echo "DISCORDENO_VERSION=$(cat util/constants.ts | grep 'export const DISCORDENO_VERSION' | awk -F'= ' '{print $2}' | tr -d '"|;')" >> $GITHUB_ENV
|
||||
- name: Create tag
|
||||
run: git tag ${{ env.DISCORDENO_VERSION }} && git push --tags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user