diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3d608c7..cd1ef40 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }}