We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bc065 commit d2758ddCopy full SHA for d2758dd
.github/workflows/ci.yaml
@@ -188,7 +188,6 @@ jobs:
188
steps:
189
- uses: actions/checkout@v2
190
191
- # NOTES@jsjoeio - trying out
192
- uses: actions/download-artifact@v2
193
id: download
194
with:
.github/workflows/npm-brew.yaml
@@ -16,6 +16,12 @@ jobs:
16
17
18
19
+ - uses: actions/download-artifact@v2
20
+ id: download
21
+ with:
22
+ name: "npm-package"
23
+ path: release-npm-package
24
+
25
- name: Publish npm package and tag with "latest"
26
run: yarn publish:npm
27
env:
0 commit comments