We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a71a66 commit de6989dCopy full SHA for de6989d
.github/workflows/promote.yml
@@ -20,7 +20,7 @@ jobs:
20
registry-url: 'https://registry.npmjs.org'
21
- uses: actions/checkout@v4
22
- name: Build for promotion
23
- run: corepack enable && yarn install --frozen-lockfile && yarn build
+ run: npm install --frozen-lockfile && npm run build
24
- name: GitHub Tag Name example
25
run: |
26
echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
0 commit comments