File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -61,23 +61,13 @@ jobs:
6161 github-token : ${{ secrets.CLERK_COOKIE_PAT }}
6262 script : |
6363 const clerkjsVersion = require('./packages/clerk-js/package.json').version;
64+ const clerkUiVersion = require('./packages/ui/package.json').version;
6465 const nextjsVersion = require('./packages/nextjs/package.json').version;
6566
6667 github.rest.actions.createWorkflowDispatch({
6768 owner: 'clerk',
6869 repo: 'sdk-infra-workers',
69- workflow_id: 'update-clerkjs .yml',
70+ workflow_id: 'update-pkg-versions .yml',
7071 ref: 'main',
71- inputs: { version: clerkjsVersion }
72+ inputs: { clerkjsVersion, clerkUiVersion }
7273 })
73-
74- # if (nextjsVersion.includes('canary-core3')) {
75- # console.log('clerk/nextjs changed with canary-core3, will notify clerk/accounts');
76- # github.rest.actions.createWorkflowDispatch({
77- # owner: 'clerk',
78- # repo: 'accounts',
79- # workflow_id: 'release-staging.yml',
80- # ref: 'main',
81- # inputs: { version: nextjsVersion }
82- # })
83- # }
You can’t perform that action at this time.
0 commit comments