fix(ci): fix release step

This commit is contained in:
Nicolas Carlier 2023-10-03 21:17:17 +00:00
parent 6263f32203
commit b19a1c1f7e

View File

@ -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'