We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1783ba7 commit 62e3c33Copy full SHA for 62e3c33
.github/workflows/snapshot.yml
@@ -68,7 +68,7 @@ jobs:
68
69
# Create snapshot version
70
- name: Create snapshot version
71
- run: pnpm changeset version --snapshot ${{ inputs.snapshot_tag }} && git add --all
+ run: pnpm changeset version --snapshot ${{ inputs.snapshot_tag }} && pnpm -r generate:version && git add --all
72
env:
73
GITHUB_TOKEN: ${{ secrets.BOT_PAT }}
74
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments