Compare commits

...

1 Commits

Author SHA1 Message Date
d23218c14d 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
2022-02-07 15:48:10 +01:00

View File

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