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 990827e commit 1ebc292Copy full SHA for 1ebc292
.github/workflows/promote.yml
@@ -14,13 +14,13 @@ jobs:
14
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
15
NEW_TAG_NAME: ${{ github.event.inputs.new_tag_name }}
16
steps:
17
- - uses: actions/checkout@v4
18
- - name: Build for promotion
19
- run: yarn install --frozen-lockfile && yarn build
20
- uses: actions/setup-node@v4
21
with:
22
- node-version: '20.x'
+ node-version: '20.18.3'
23
registry-url: 'https://registry.npmjs.org'
+ - uses: actions/checkout@v4
+ - name: Build for promotion
+ run: 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