Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ging-dev committed Jan 10, 2022
1 parent 24aa272 commit 10cbf92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
with:
lfs: true
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: "Build release"
run: make build
- uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 10cbf92

Please sign in to comment.