From 84d39714e87d3f3207b20971cb3bcce7f08838b1 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 10 Feb 2022 15:22:02 -0700 Subject: [PATCH] Install the right gh. --- .github/workflows/publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3877530..95dfb1c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -82,8 +82,7 @@ jobs: - '14' - '16' steps: - - run: apk add build-base git python3 wget py3-pip - - run: pip install gh + - run: apk add build-base git python3 wget github-cli - uses: actions/checkout@v2 with: ref: ${{ github.event.release.tag_name }}