We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef3a30 commit f25242bCopy full SHA for f25242b
.github/workflows/ci.yml
@@ -68,8 +68,8 @@ jobs:
68
if: github.ref == 'refs/heads/master'
69
run: |
70
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
+ 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
73
env:
74
RELEASE_COMMIT_SHA: ${{ github.sha }}
75
- name: Build release version
0 commit comments