mirror of
https://github.com/captbaritone/webamp
synced 2024-11-21 23:32:16 +00:00
We need scripts for optipng to work
This commit is contained in:
parent
38ee567f97
commit
7f284263fb
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…
Reference in New Issue
Block a user