Skip to content

Commit

Permalink
Fix release workflow (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Sep 12, 2021
1 parent 0195afa commit 463f8aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: ^1.17.0
- run: |
version=v$(go run . --version)
Expand Down

0 comments on commit 463f8aa

Please sign in to comment.