Skip to content

Commit

Permalink
github/workflows: fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
corverroos committed Jun 7, 2022
1 parent 6deb116 commit 5f6bb6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
name: Publish Release
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.18.0'
- run: go run . --help > cli-reference.txt
- run: go run testutil/genchangelog/main.go
- uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 5f6bb6b

Please sign in to comment.