Skip to content

Commit 723fa8b

Browse files
committed
Changed node_modules artifact to install
1 parent b81460a commit 723fa8b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
with:
2222
name: lib
2323
path: lib
24-
- uses: actions/upload-artifact@master
25-
with:
26-
name: node_modules
27-
path: node_modules
2824

2925
publish-npm:
3026
needs: build
@@ -38,9 +34,7 @@ jobs:
3834
- uses: actions/download-artifact@v1
3935
with:
4036
name: lib
41-
- uses: actions/download-artifact@v1
42-
with:
43-
name: node_modules
37+
- run: npm ci
4438
- run: npm publish
4539
env:
4640
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)