Skip to content

Commit 0ae696b

Browse files
committed
Fixed GitHub actions
1 parent 0df3bd0 commit 0ae696b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
- uses: actions/setup-node@v1
7474
with:
7575
node-version: 10.x
76+
registry-url: https://registry.npmjs.org
7677

7778
- uses: actions/cache@v1
7879
id: cache-node
@@ -86,6 +87,5 @@ jobs:
8687
# Run build and publish to NPM
8788
- run: npm run build
8889
- env:
89-
NPM_EMAIL: ${{ secrets.NPM_EMAIL }}
9090
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
9191
run: npm publish

0 commit comments

Comments
 (0)