Skip to content

Commit 62e3c33

Browse files
committed
Enhance snapshot versioning in workflow to include version generation
1 parent 1783ba7 commit 62e3c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
# Create snapshot version
7070
- name: Create snapshot version
71-
run: pnpm changeset version --snapshot ${{ inputs.snapshot_tag }} && git add --all
71+
run: pnpm changeset version --snapshot ${{ inputs.snapshot_tag }} && pnpm -r generate:version && git add --all
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.BOT_PAT }}
7474
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)