ci: git checkout -- before running make release
This commit is contained in:
parent
9f3248641a
commit
d23218c14d
@ -26,6 +26,7 @@ pipeline:
|
||||
release:
|
||||
image: golang:1.17
|
||||
commands:
|
||||
- git checkout -- .
|
||||
- make release
|
||||
secrets:
|
||||
- github_token
|
||||
|
Loading…
Reference in New Issue
Block a user