We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81460a commit 723fa8bCopy full SHA for 723fa8b
.github/workflows/npmpublish.yml
@@ -21,10 +21,6 @@ jobs:
21
with:
22
name: lib
23
path: lib
24
- - uses: actions/upload-artifact@master
25
- with:
26
- name: node_modules
27
- path: node_modules
28
29
publish-npm:
30
needs: build
@@ -38,9 +34,7 @@ jobs:
38
34
- uses: actions/download-artifact@v1
39
35
40
36
41
- - uses: actions/download-artifact@v1
42
43
37
+ - run: npm ci
44
- run: npm publish
45
env:
46
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments