mirror of
https://github.com/captbaritone/webamp
synced 2024-11-21 15:24:31 +00:00
Shorter hashes?
This commit is contained in:
parent
7ef3a309ed
commit
f25242bf00
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -68,8 +68,8 @@ jobs:
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: |
|
||||
yarn workspace webamp build-library
|
||||
echo "Setting version to 0.0.0-next-${{ github.sha }}"
|
||||
yarn workspace webamp version --new-version 0.0.0-next-${{ github.sha }} --no-git-tag-version
|
||||
echo "Setting version to 0.0.0-next-${RELEASE_COMMIT_SHA::7}"
|
||||
yarn workspace webamp version --new-version 0.0.0-next-${RELEASE_COMMIT_SHA::7} --no-git-tag-version
|
||||
env:
|
||||
RELEASE_COMMIT_SHA: ${{ github.sha }}
|
||||
- name: Build release version
|
||||
|
Loading…
Reference in New Issue
Block a user