Skip to content

Commit f5584ba

Browse files
committed
chore(repo): Update workflow to include clerkUi version
1 parent 5dec17e commit f5584ba

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/release-alpha-v6.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff 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-
# }

0 commit comments

Comments
 (0)