Skip to content

Commit 29bd78e

Browse files
committed
fix
1 parent d9a3ce5 commit 29bd78e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,7 @@ jobs:
190190
cache: 'npm'
191191
cache-dependency-path: 'package-lock.json'
192192
- name: Install dependencies
193-
run: |
194-
echo "access=public" >> .npmrc
195-
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
196-
npm ci
193+
run: npm ci
197194
- name: Build module
198195
run: npm run build
199196
- name: Publish to NPM

0 commit comments

Comments
 (0)