fix: try simpler release

This commit is contained in:
Skillz4Killz
2022-02-25 17:41:15 +00:00
committed by GitHub
parent 8be7a2d764
commit 8e0579e815
+1 -3
View File
@@ -20,6 +20,4 @@ jobs:
id: get_tag_version
run: |
version=`cat util/constants.ts | grep 'export const DISCORDENO_VERSION' | awk -F'= ' '{print $2}' | tr -d '"|;'`
echo ::set-output name=TAG_VERSION::${$version}
- name: Create tag
run: git tag ${{steps.get_tag_version.outputs.TAG_VERSION}} && git push --tags
git tag ${{version}} && git push --tags