Skip to content

Commit 2d5c382

Browse files
authored
Merge pull request #2 from jsjoeio/release
Release test
2 parents d22f312 + bc278b4 commit 2d5c382

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/npm-brew.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v3
2525

26-
- uses: actions/download-artifact@v3
26+
- name: Download artifact
27+
uses: dawidd6/action-download-artifact@v2
2728
id: download
2829
with:
30+
branch: release
31+
workflow: ci.yaml
2932
name: "npm-package"
3033
path: release-npm-package
3134

0 commit comments

Comments
 (0)