aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorVen <vendicated@riseup.net>2022-11-07 21:39:49 +0100
committerGitHub <noreply@github.com>2022-11-07 21:39:49 +0100
commitd69dfd62057182756610f4dbc644d074301d9433 (patch)
treeddcb66e2543f8d99cb7a99b80c951f53aa81b7e1 /.github/workflows
parent177d353f50526bdb87f94e2a2a05063a7a0a5559 (diff)
downloadVencord-d69dfd62057182756610f4dbc644d074301d9433.tar.gz
Vencord-d69dfd62057182756610f4dbc644d074301d9433.tar.bz2
Vencord-d69dfd62057182756610f4dbc644d074301d9433.zip
ahem
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index edcc2df..4894829 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
- name: Get some values needed for the release
id: release_values
run: |
- echo "release_tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
+ echo "release_tag=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- name: Upload Devbuild
run: |