mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
We need scripts for optipng to work
This commit is contained in:
parent
38ee567f97
commit
7f284263fb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -63,13 +63,13 @@ jobs:
|
|||
with:
|
||||
node-version: 20.x
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile --ignore-scripts
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Build latest (master) version
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: |
|
||||
yarn workspace webamp build-library
|
||||
echo "Setting version to 0.0.0-next-${{ env.GIT_HASH }}"
|
||||
npm version -w webamp 0.0.0-next-${{ env.GIT_HASH }} --no-git-tag-version
|
||||
echo "Setting version to 0.0.0-next-${{ github.sha }}"
|
||||
npm version -w webamp 0.0.0-next-${{ github.sha }} --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