Skip to content

Commit 87437c0

Browse files
committed
test
1 parent ecf8fba commit 87437c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
node-version: 14
2929
registry-url: https://github.com/chida09/github-packages-test
3030
- run: npm ci
31-
- run: npm publish --access public
31+
- run: echo '//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}' > ${{ github.workspace }}/.npmrc
32+
- run: npm publish
3233
env:
3334
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)