Skip to content

Commit

Permalink
Add debug step to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Oct 31, 2023
1 parent 45b3536 commit c867186
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- uses: wyvox/action-setup-pnpm@v3
with:
node-registry-url: 'https://registry.npmjs.org'
pnpm-args: '--no-lockfile'
pnpm-args: '--no-frozen-lockfile'
- run: git diff
name: 'Did pnpm cause a diff?'
- run: npx auto-dist-tag --write
working-directory: './addon/'

Expand Down

0 comments on commit c867186

Please sign in to comment.