Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Commit 9557aa7

Browse files
committed
fix: use NPM registry
1 parent 468e431 commit 9557aa7

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/build-and-release.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
- uses: actions/setup-node@v1
1717
with:
1818
node-version: "12.x"
19-
- name: Authenticate with NPM
20-
21-
run: |
22-
echo "//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN" > ~/.npmrc
2319
- name: Keep npm cache around to speed up installs
2420
uses: actions/cache@v1
2521
with:

.npmrc

-1
This file was deleted.

0 commit comments

Comments
 (0)