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 1ebc292 commit 5a71a66Copy full SHA for 5a71a66
.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: yarn install --frozen-lockfile && yarn build
+ run: corepack enable && yarn install --frozen-lockfile && yarn build
24
- name: GitHub Tag Name example
25
run: |
26
echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
0 commit comments