Skip to content

Commit 6e8b3b4

Browse files
committed
Fix release workflow
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 8ab0995 commit 6e8b3b4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
url."https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com".insteadOf \
3636
"https://github.com"
3737
38+
- name: Prepare Host
39+
run: |
40+
sudo apt-get -qq update || true
41+
sudo apt-get install -y zip
42+
3843
- name: Print version info
3944
id: semver
4045
run: |

0 commit comments

Comments
 (0)