mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-30 15:30:07 +00:00
fix: itoh fix for release
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
with:
|
||||
deno-version: ${{ matrix.deno }}
|
||||
- name: Get last tag version
|
||||
run: echo "DISCORDENO_VERSION_OLD=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
|
||||
run: echo "DISCORDENO_VERSION_OLD=$(GITHUB_REF/refs\/tags\//)" >> $GITHUB_ENV
|
||||
- name: Get new tag version
|
||||
run: echo "DISCORDENO_VERSION=$(cat util/constants.ts | grep 'export const DISCORDENO_VERSION' | awk -F'= ' '{print $2}' | tr -d '"|;')" >> $GITHUB_ENV
|
||||
- name: Create tag
|
||||
|
||||
Reference in New Issue
Block a user