Skip to content

Commit c7c1cfc

Browse files
committed
Fix: Error on the release process
1 parent be13633 commit c7c1cfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
uses: actions/download-artifact@v2
8080
with:
8181
path: dist
82+
- name: Install hub command
83+
run: |
84+
sudo apt update
85+
sudo apt install -y hub
8286
- name: Create Release
8387
env:
8488
GITHUB_TOKEN: ${{ secrets.TOKEN_FOR_ACTIONS }}

0 commit comments

Comments
 (0)