Skip to content

Commit

Permalink
fix(ci): fix release step
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarlier committed Oct 3, 2023
1 parent 6263f32 commit b19a1c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
if: github.ref == 'refs/heads/master'
with:
github-token: ${{ secrets.github_token }}
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Distribution
run: make distribution
if: github.ref == 'refs/heads/master' && steps.changelog.outputs.skipped == 'false'
Expand Down

0 comments on commit b19a1c1

Please sign in to comment.