Skip to content

Commit 3ecb2d5

Browse files
committed
init setup of publish workflow
1 parent 9bacb34 commit 3ecb2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm run build
2929

3030
- name: Authenticate to GitHub Packages registry
31-
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
31+
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
3232

3333
- name: Publish to GitHub Packages
3434
env:

0 commit comments

Comments
 (0)