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