Fix build step in GitHub actions.
This commit is contained in:
parent
bf2703bc60
commit
05585b701b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
|
|
||||||
- name: Prepare Dependencies
|
- name: Prepare Dependencies
|
||||||
run: |
|
run: |
|
||||||
make deps
|
make dist
|
||||||
|
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v2
|
uses: goreleaser/goreleaser-action@v2
|
||||||
|
|
Loading…
Reference in a new issue