Skip to content

Commit

Permalink
Run packr before release
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerhp committed Jun 23, 2022
1 parent 802bcee commit f984eea
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Get packr
run: go get -u github.com/gobuffalo/packr/packr
- name: Prepare
run: git reset --hard
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
before:
hooks:
- go mod tidy
- packr
builds:
- env:
- CGO_ENABLED=0
Expand Down
Loading

0 comments on commit f984eea

Please sign in to comment.