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 0b28028 commit 99ee92cCopy full SHA for 99ee92c
.github/workflows/canary-release.yml
@@ -14,13 +14,14 @@ 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 set @boonya:registry=https://npm.pkg.github.com/
19
- run: npm ci
20
- run: npm run build
21
- run: |
+ npm set '//npm.pkg.github.com/:_authToken=${{ secrets.RELEASE_PACKAGE_TOKEN }}'
+ npm set @boonya:registry=https://npm.pkg.github.com/
22
lerna publish --canary --yes \
23
--preid canary \
24
- --pre-dist-tag canary
+ --pre-dist-tag canary \
25
+ --loglevel 4
26
env:
27
NODE_AUTH_TOKEN: ${{ secrets.RELEASE_PACKAGE_TOKEN }}
0 commit comments