mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Try to fix npm release
This commit is contained in:
parent
08ec7ce69f
commit
f9f892bde1
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -207,9 +207,10 @@ jobs:
|
|||
fail-on-cache-miss: true
|
||||
- name: Set version
|
||||
if: github.ref == 'refs/heads/master'
|
||||
working-directory: ./packages/webamp
|
||||
run: |
|
||||
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
|
||||
npm version 0.0.0-next-${RELEASE_COMMIT_SHA::7} --no-git-tag-version
|
||||
env:
|
||||
RELEASE_COMMIT_SHA: ${{ github.sha }}
|
||||
- name: Build release version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue