mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-05 18:03:41 +00:00
fix(ci): fix release step
This commit is contained in:
parent
6263f32203
commit
b19a1c1f7e
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user