Skip to content

Commit 6f4f2cb

Browse files
authored
chore(repo): Rename workflow script (#7273)
1 parent 337430b commit 6f4f2cb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release-canary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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
@@ -65,7 +65,7 @@ jobs:
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
})

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
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
@@ -83,7 +83,7 @@ jobs:
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: ""

0 commit comments

Comments
 (0)