Skip to content

Commit

Permalink
Reset go mod after packr add in action
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed Jul 4, 2020
1 parent 50db273 commit 7ab536c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
-
name: Add packr
run: go get -u github.com/gobuffalo/packr/packr
-
name: Reset go mod
run: git reset --hard
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 7ab536c

Please sign in to comment.