Skip to content

Commit f25242b

Browse files
committed
Shorter hashes?
1 parent 7ef3a30 commit f25242b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
if: github.ref == 'refs/heads/master'
6969
run: |
7070
yarn workspace webamp build-library
71-
echo "Setting version to 0.0.0-next-${{ github.sha }}"
72-
yarn workspace webamp version --new-version 0.0.0-next-${{ github.sha }} --no-git-tag-version
71+
echo "Setting version to 0.0.0-next-${RELEASE_COMMIT_SHA::7}"
72+
yarn workspace webamp version --new-version 0.0.0-next-${RELEASE_COMMIT_SHA::7} --no-git-tag-version
7373
env:
7474
RELEASE_COMMIT_SHA: ${{ github.sha }}
7575
- name: Build release version

0 commit comments

Comments
 (0)