We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ec7ce commit f9f892bCopy full SHA for f9f892b
.github/workflows/ci.yml
@@ -207,9 +207,10 @@ jobs:
207
fail-on-cache-miss: true
208
- name: Set version
209
if: github.ref == 'refs/heads/master'
210
+ working-directory: ./packages/webamp
211
run: |
212
echo "Setting version to 0.0.0-next-${RELEASE_COMMIT_SHA::7}"
- pnpm --filter webamp version --new-version 0.0.0-next-${RELEASE_COMMIT_SHA::7} --no-git-tag-version
213
+ npm version 0.0.0-next-${RELEASE_COMMIT_SHA::7} --no-git-tag-version
214
env:
215
RELEASE_COMMIT_SHA: ${{ github.sha }}
216
- name: Build release version
0 commit comments