Skip to content

Commit 99ee92c

Browse files
committed
And again
1 parent 0b28028 commit 99ee92c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/canary-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
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/
1917
- run: npm ci
2018
- run: npm run build
2119
- run: |
20+
npm set '//npm.pkg.github.com/:_authToken=${{ secrets.RELEASE_PACKAGE_TOKEN }}'
21+
npm set @boonya:registry=https://npm.pkg.github.com/
2222
lerna publish --canary --yes \
2323
--preid canary \
24-
--pre-dist-tag canary
24+
--pre-dist-tag canary \
25+
--loglevel 4
2526
env:
2627
NODE_AUTH_TOKEN: ${{ secrets.RELEASE_PACKAGE_TOKEN }}

0 commit comments

Comments
 (0)