Skip to content

Commit

Permalink
ci: git checkout -- before running make release
Browse files Browse the repository at this point in the history
  • Loading branch information
xsteadfastx committed Feb 7, 2022
1 parent 9f32486 commit d23218c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pipeline:
release:
image: golang:1.17
commands:
- git checkout -- .
- make release
secrets:
- github_token
Expand Down

0 comments on commit d23218c

Please sign in to comment.