Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Commit 79ff94b

Browse files
committed
Use the short SHA1 for the release version
1 parent 879bbb4 commit 79ff94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-bundles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
tar -czf codeql-bundle.tar.gz codeql
7171
rm -r codeql
7272
73-
gh release create ${CODEQL_BUNDLE}-${GITHUB_SHA} codeql-bundle.tar.gz
73+
gh release create ${CODEQL_BUNDLE}-$(git rev-parse --short $GITHUB_SHA) codeql-bundle.tar.gz

0 commit comments

Comments
 (0)