Skip to content

Commit

Permalink
Fix build step in GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Sep 27, 2021
1 parent bf2703b commit 05585b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Prepare Dependencies
run: |
make deps
make dist
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 05585b7

Please sign in to comment.