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 5b786ca commit 58ff78fCopy full SHA for 58ff78f
.github/workflows/build-push-deploy.yml
@@ -18,15 +18,21 @@ jobs:
18
with:
19
node-version: 20
20
cache: yarn
21
+ env:
22
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
23
24
- name: Install dependencies
25
run: |
26
yarn config set network-timeout 300000
27
yarn install --prefer-offline
28
29
30
31
- name: Build
32
continue-on-error: false
33
run: yarn build
34
35
36
37
- name: Upload artifact
38
uses: actions/upload-artifact@v4
0 commit comments