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 cb18d75 commit a7af189Copy full SHA for a7af189
.github/workflows/canary-release.yml
@@ -14,6 +14,7 @@ jobs:
14
- uses: actions/setup-node@v4
15
with:
16
node-version-file: ".nvmrc"
17
+ - run: npm set '//npm.pkg.github.com/:_authToken=${{ secrets.RELEASE_PACKAGE_TOKEN }}'
18
- run: npm ci
19
- run: npm run build
20
- run: |
.github/workflows/release.yml
@@ -13,6 +13,7 @@ jobs:
13
0 commit comments