Skip to content

Commit 077a843

Browse files
committed
chore: fix npmrc auth token
1 parent 97ff3e6 commit 077a843

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5050
run: |
5151
npm version --no-git-tag-version '${{ steps.version.outputs.version }}'
52-
pnpm publish --access public --no-git-checks
52+
npm publish
5353
5454
- name: Github Release
5555
if: startsWith(github.ref, 'refs/tags/v')

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
//registry.npmjs.org/:_authToken=$NPM_TOKEN
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
22
auto-install-peers=true
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.npmrc

0 commit comments

Comments
 (0)