Skip to content

Commit de6989d

Browse files
authored
Update promote.yml [ci skip]
1 parent 5a71a66 commit de6989d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
registry-url: 'https://registry.npmjs.org'
2121
- uses: actions/checkout@v4
2222
- name: Build for promotion
23-
run: corepack enable && yarn install --frozen-lockfile && yarn build
23+
run: npm install --frozen-lockfile && npm run build
2424
- name: GitHub Tag Name example
2525
run: |
2626
echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"

0 commit comments

Comments
 (0)