Skip to content

Commit ab8e684

Browse files
Use correct parameter name provided to action
1 parent c867186 commit ab8e684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: wyvox/action-setup-pnpm@v3
2626
with:
2727
node-registry-url: 'https://registry.npmjs.org'
28-
pnpm-args: '--no-frozen-lockfile'
28+
args: '--no-frozen-lockfile'
2929
- run: git diff
3030
name: 'Did pnpm cause a diff?'
3131
- run: npx auto-dist-tag --write

0 commit comments

Comments
 (0)