Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luyuhuang committed Nov 30, 2020
1 parent 5bf2222 commit 9d086e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
name: Release binary files
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13

- name: Checkout
uses: actions/checkout@v2

Expand Down

0 comments on commit 9d086e8

Please sign in to comment.