Skip to content

Commit d2758dd

Browse files
committed
fixup! add download-artifcat to npm-brew"
1 parent 21bc065 commit d2758dd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ jobs:
188188
steps:
189189
- uses: actions/checkout@v2
190190

191-
# NOTES@jsjoeio - trying out
192191
- uses: actions/download-artifact@v2
193192
id: download
194193
with:

.github/workflows/npm-brew.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818

19+
- uses: actions/download-artifact@v2
20+
id: download
21+
with:
22+
name: "npm-package"
23+
path: release-npm-package
24+
1925
- name: Publish npm package and tag with "latest"
2026
run: yarn publish:npm
2127
env:

0 commit comments

Comments
 (0)