ci: git checkout -- before running make release
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Marvin Preuss 2022-02-07 15:48:10 +01:00
parent 9f3248641a
commit d23218c14d

View File

@ -26,6 +26,7 @@ pipeline:
release:
image: golang:1.17
commands:
- git checkout -- .
- make release
secrets:
- github_token