Skip to content

Commit

Permalink
add offline to yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed Mar 21, 2024
1 parent aca2344 commit 1563dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: 📤 Publish packages to npm registry
if: ${{ matrix.network == 'mainnet' }}
run: |
yarn install --frozen-lockfile --non-interactive --logevel=error
yarn install --offline --frozen-lockfile --non-interactive --logevel=error
npx npm-cli-login -u ${{ secrets.NPM_REGISTRY_USER }} -e ${{ secrets.NPM_REGISTRY_EMAIL }} -p ${{ secrets.NPM_REGISTRY_TOKEN }}
scripts/publish_packages.sh
rm -f .npmrc
Expand Down

0 comments on commit 1563dd1

Please sign in to comment.