Skip to content

Commit

Permalink
Fix release pipeline (#42)
Browse files Browse the repository at this point in the history
We moved onto different runners so we need to make sure `gh` is
installed. Previous
[failure](https://github.com/trunk-io/toolbox/actions/runs/9667815723/job/26670607023)
  • Loading branch information
TylerJang27 authored Jun 25, 2024
1 parent 8488856 commit 9125c2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
-C build/${target} trunk-toolbox
done
- name: Install gh binary
uses: trunk-io/trunk-action/install@v1
with:
tools: gh

- name: Create GH release and upload binary
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9125c2a

Please sign in to comment.