File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3434 turbo-team : ${{ vars.TURBO_TEAM }}
3535 turbo-token : ${{ secrets.TURBO_TOKEN }}
3636 playwright-enabled : true # Must be present to enable caching on branched workflows
37- registry-url : ' https://registry.npmjs.org'
37+ registry-url : " https://registry.npmjs.org"
3838
3939 - name : Version packages for canary
4040 id : version-packages
6565 github.rest.actions.createWorkflowDispatch({
6666 owner: 'clerk',
6767 repo: 'sdk-infra-workers',
68- workflow_id: 'update-clerkjs .yml',
68+ workflow_id: 'update-pkg-versions .yml',
6969 ref: 'main',
7070 inputs: { version: clerkjsVersion }
7171 })
Original file line number Diff line number Diff line change 5555 id : changesets
5656 uses : changesets/action@v1
5757 with :
58- commit : ' ci(repo): Version packages'
59- title : ' ci(repo): Version packages'
58+ commit : " ci(repo): Version packages"
59+ title : " ci(repo): Version packages"
6060 publish : pnpm release
6161 # Workaround for https://github.com/changesets/changesets/issues/421
6262 version : pnpm version-packages
8383 github.rest.actions.createWorkflowDispatch({
8484 owner: 'clerk',
8585 repo: 'sdk-infra-workers',
86- workflow_id: 'update-clerkjs .yml',
86+ workflow_id: 'update-pkg-versions .yml',
8787 ref: 'main',
8888 inputs: { version: clerkjsVersion }
8989 })
@@ -145,5 +145,5 @@ jobs:
145145 uses : ./.github/actions/init
146146 with :
147147 node-version : ${{ matrix.version }}
148- turbo-team : ' '
149- turbo-token : ' '
148+ turbo-team : " "
149+ turbo-token : " "
You can’t perform that action at this time.
0 commit comments