Skip to content

Commit 96452dd

Browse files
authored
ci: fix missing axios install (#286)
1 parent 660033e commit 96452dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
run: |
6060
echo "::set-output name=tag::$(sed "s|refs/tags/v||" <<< ${{ github.ref }})"
6161
62+
- name: Axios install
63+
run: yarn global add axios
64+
6265
- name: Get release notes
6366
id: get_release_notes
6467
run: |

0 commit comments

Comments
 (0)