Skip to content

Commit 9fde2c5

Browse files
authored
Install the right gh. (#88)
1 parent a221d6a commit 9fde2c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ jobs:
8282
- '14'
8383
- '16'
8484
steps:
85-
- run: apk add build-base git python3 wget py3-pip
86-
- run: pip install gh
85+
- run: apk add build-base git python3 wget github-cli
8786
- uses: actions/checkout@v2
8887
with:
8988
ref: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)