Skip to content

Commit 64aa047

Browse files
authored
Add GitHub CLI installation step to release workflow
1 parent b9f779e commit 64aa047

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/create-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
uses: gittools/actions/gitversion/execute@v3.0.0
3434
id: gitversion
3535

36+
- name: Install github-cli
37+
run: sudo apt update && sudo apt install -y gh --no-install-recommends
38+
3639
- name: Create release
3740
run: |
3841
set -e

0 commit comments

Comments
 (0)