Skip to content

Commit c867186

Browse files
Add debug step to workflow
1 parent 45b3536 commit c867186

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
- uses: wyvox/action-setup-pnpm@v3
2626
with:
2727
node-registry-url: 'https://registry.npmjs.org'
28-
pnpm-args: '--no-lockfile'
28+
pnpm-args: '--no-frozen-lockfile'
29+
- run: git diff
30+
name: 'Did pnpm cause a diff?'
2931
- run: npx auto-dist-tag --write
3032
working-directory: './addon/'
3133

0 commit comments

Comments
 (0)