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 1ae40a1 commit 34e10e8Copy full SHA for 34e10e8
.github/workflows/npmpublish.yml
@@ -21,6 +21,10 @@ 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
@@ -34,6 +38,9 @@ jobs:
34
38
- uses: actions/download-artifact@v1
35
39
36
40
41
+ - uses: actions/download-artifact@v1
42
43
37
44
- run: npm publish
45
env:
46
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments