Skip to content
This repository was archived by the owner on May 16, 2022. It is now read-only.

Commit 3102b66

Browse files
committed
Remove Github Package Registry publish job setps
1 parent 9e7808f commit 3102b66

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,13 @@ jobs:
1212
- uses: actions/checkout@v1
1313
name: Checkout Code
1414
- uses: actions/setup-node@v1
15-
name: Setup Node for NPM
15+
name: Setup Node
1616
with:
1717
node-version: 12
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm install
2020
name: Install dependencies
2121
- run: npm publish
22-
name: Publish to NPM
22+
name: Publish
2323
env:
24-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
25-
- uses: actions/setup-node@v1
26-
name: Setup Node for the GitHub Package Registry
27-
with:
28-
registry-url: https://npm.pkg.github.com
29-
- run: npm publish
30-
name: Publish to the GitHub Package Registry
31-
env:
32-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)