Skip to content

Commit

Permalink
fetch helpers, run pkger prior to goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
  • Loading branch information
jdolitsky committed Jul 19, 2021
1 parent 02cd984 commit c29fc4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: actions/setup-go@v1
with:
go-version: 1.16.x
- name: prepare build environment
run: make fetch-helpers build-helper pkger-gen
- uses: goreleaser/goreleaser-action@v2
with:
version: latest
Expand Down

0 comments on commit c29fc4d

Please sign in to comment.