Skip to content

Commit

Permalink
ci: update version in snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Sep 8, 2023
1 parent 7f1957d commit ec454d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Publish snapshots
uses: seek-oss/changesets-snapshot@v0
with:
pre-publish: pnpm build
pre-publish: pnpm bun scripts/updateVersion.ts && pnpm build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ec454d2

Please sign in to comment.