Skip to content

Commit

Permalink
chore(release): publish 0.0.76; try fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Nov 13, 2023
1 parent 2d0a40a commit dab8e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
shell: bash

- name: 'Install dependencies'
run: yarn install --ignore-scripts --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
run: yarn install --immutable --mode=skip-build

- name: Build in docker
uses: addnab/docker-run-action@v3
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
key: npm-cache-ubuntu-latest-publish-${{ hashFiles('yarn.lock') }}

- name: Install dependencies
run: yarn install --ignore-scripts --registry https://registry.npmjs.org --network-timeout 300000
run: yarn install --immutable --mode=skip-build

- name: Download all artifacts
uses: actions/download-artifact@v2
Expand Down

0 comments on commit dab8e0f

Please sign in to comment.