Skip to content

Commit

Permalink
fix(ci): correcting binary release
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Apr 4, 2024
1 parent f18c427 commit 5b3ad6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version: '1.22'

- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@v1
Expand Down

0 comments on commit 5b3ad6f

Please sign in to comment.