Skip to content

Commit d9fbb60

Browse files
authored
fix: remove explicit npm token usage during release (#1344)
fix: remove explicit npm token usage
1 parent b40027a commit d9fbb60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
- run: npm i
2121
- name: Check Git Commit name
2222
run: git log -1 --pretty=format:"%s" | npx commitlint
23-
# Setup .npmrc file to publish to npm registry
24-
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
2523
- name: Deploy to npm and git
2624
run: npm config list && npm run release
2725
env:

0 commit comments

Comments
 (0)