Skip to content

Commit

Permalink
Tell publish to ignore lockfile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 31, 2023
1 parent fb88996 commit 45b3536
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:

- uses: wyvox/action-setup-pnpm@v3
with:
node-registry-url: 'https://registry.npmjs.org'
node-registry-url: 'https://registry.npmjs.org'
pnpm-args: '--no-lockfile'
- run: npx auto-dist-tag --write
working-directory: './addon/'

Expand Down

0 comments on commit 45b3536

Please sign in to comment.