Skip to content

Commit

Permalink
Add --offline to lockfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Dec 4, 2023
1 parent 2bc5cdd commit 6c014d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: changesets/action@v1
with:
publish: pnpm changeset publish
version: pnpm changeset version && pnpm install --lockfile-only
version: pnpm changeset version && pnpm install --lockfile-only --offline
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 6c014d8

Please sign in to comment.