Skip to content

Commit

Permalink
ci(dotfiles): 🚑 resolve the mismatch issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Feb 19, 2024
1 parent 3f2cffb commit fc3b277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
registry-url: ${{ env.MY_NPM_REGISTRY }}
- run: pnpm install --frozen-lockfile
- run: pnpm install --no-frozen-lockfile
- run: pnpm run build

publish:
Expand All @@ -37,7 +37,7 @@ jobs:
with:
node-version: 20.x
registry-url: ${{ env.MY_NPM_REGISTRY }}
- run: pnpm install --frozen-lockfile # Only if necessary
- run: pnpm install --no-frozen-lockfile
- name: Publish to NPM
run: pnpm publish --access public --tag latest --no-git-checks
env:
Expand Down

0 comments on commit fc3b277

Please sign in to comment.