Skip to content

Commit

Permalink
clean and vendor in release pipeline
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 29, 2021
1 parent 538d875 commit 8332b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
go-version: 1.16.x
- name: prepare build environment
run: make fetch-helpers build-magic-embedded copy-mappings
run: make clean vendor fetch-helpers build-magic-embedded copy-mappings
- uses: goreleaser/goreleaser-action@v2
with:
version: latest
Expand Down

0 comments on commit 8332b57

Please sign in to comment.