Skip to content

Commit e491158

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/yellow-ants-run.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nylas/react": minor
3+
---
4+
5+
Updating to the latest version of nylas-web-elements.

.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)