Skip to content

Commit 1b57548

Browse files
committed
Fix version packages PR
1 parent 3311914 commit 1b57548

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Create release PR or publish to npm
3030
uses: changesets/action@b3300fad33b6ab794313da28d27424c0e2f78991
3131
with:
32+
version: yarn run version
3233
publish: yarn release
3334
env:
3435
GITHUB_TOKEN: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"format": "prettier --write .",
1515
"lint": "manypkg check && prettier --check . && tsc",
1616
"copy-readme-to-packages": "ts-node scripts/copy-readme-to-packages",
17+
"version": "changeset version && yarn",
1718
"release": "yarn copy-readme-to-packages && yarn build && changeset publish"
1819
},
1920
"workspaces": [

0 commit comments

Comments
 (0)