mirror of
https://github.com/drone-plugins/drone-hugo.git
synced 2026-06-04 18:24:11 +08:00
Added tmpl as a release target in Makefile
This commit is contained in:
@@ -15,7 +15,7 @@ push: build
|
||||
docker push "cbrgm/drone-hugo:$(hugo)"
|
||||
docker push "cbrgm/drone-hugo:latest"
|
||||
|
||||
release: test build push clean
|
||||
release: $(README_TEMPLATE) test build push clean
|
||||
sed 's/<HUGO_VERSION>/$(hugo)/g' $(README_TEMPLATE) > README.md
|
||||
git add .
|
||||
git commit -m "Updated to the latest Hugo version v.$(hugo), see https://github.com/gohugoio/hugo/releases"
|
||||
|
||||
Reference in New Issue
Block a user