Skip to content

Commit 07f343a

Browse files
committed
Fix release
1 parent bdbc18e commit 07f343a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ jobs:
4141
run: pnpm build
4242

4343
- name: Publish to npm
44-
env:
45-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4644
working-directory: 'dist'
4745
run: |
4846
ls -l
47+
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
4948
npm publish

0 commit comments

Comments
 (0)