Skip to content

Commit 45b3536

Browse files
committed
Tell publish to ignore lockfile changes
1 parent fb88996 commit 45b3536

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424

2525
- uses: wyvox/action-setup-pnpm@v3
2626
with:
27-
node-registry-url: 'https://registry.npmjs.org'
27+
node-registry-url: 'https://registry.npmjs.org'
28+
pnpm-args: '--no-lockfile'
2829
- run: npx auto-dist-tag --write
2930
working-directory: './addon/'
3031

0 commit comments

Comments
 (0)