Skip to content

Commit 88b3bea

Browse files
authored
Fix typo in nightly yaml (#61906)
1 parent 8665f92 commit 88b3bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# corepack enable npm
3131
npm install -g $(jq -r '.packageManager' < package.json)
3232
npm --version
33-
- name: Setup and publish nightly
33+
- name: Setup and test nightly
3434
run: |
3535
npm ci
3636
npx hereby configure-nightly

0 commit comments

Comments
 (0)