Skip to content

Commit 5a5f2f3

Browse files
committed
only publish to npm
1 parent 4415540 commit 5a5f2f3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/npm.yml

-7
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,3 @@ jobs:
2121
run: yarn publish
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
24-
- uses: actions/setup-node@v1
25-
with:
26-
registry-url: 'https://npm.pkg.github.com'
27-
- name: Publish to GPM
28-
run: yarn publish
29-
env:
30-
NODE_AUTH_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}

0 commit comments

Comments
 (0)