Skip to content

Commit 0b28028

Browse files
committed
One more try
1 parent a7af189 commit 0b28028

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/canary-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ 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 }}'
17+
# - run: npm set '//npm.pkg.github.com/:_authToken=${{ secrets.RELEASE_PACKAGE_TOKEN }}'
18+
- run: npm set @boonya:registry=https://npm.pkg.github.com/
1819
- run: npm ci
1920
- run: npm run build
2021
- run: |

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version-file: ".nvmrc"
16-
- run: npm set '//npm.pkg.github.com/:_authToken=${{ secrets.RELEASE_PACKAGE_TOKEN }}'
16+
# - run: npm set '//npm.pkg.github.com/:_authToken=${{ secrets.RELEASE_PACKAGE_TOKEN }}'
17+
- run: npm set @boonya:registry=https://npm.pkg.github.com/
1718
- run: npm ci
1819
- run: npm run build
1920
- run: |

0 commit comments

Comments
 (0)