docs should always be pushed, even if tag already exists

This commit is contained in:
Daniel Huebleitner
2019-10-30 10:31:36 +01:00
parent 48c39795f6
commit 2828d1af67
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ steps:
- sed -i '1,3d; $d' README.md && echo "### Version\n\n${DRONE_TAG}\n" >> ./README.md
- sed -i -e 1,4d ./globals.md && cat ./globals.md >> ./README.md
- git add --all; git -c user.email="${DRONE_COMMIT_AUTHOR_EMAIL}" -c user.name="${DRONE_COMMIT_AUTHOR}" commit --all --allow-empty --message "generated from tag ${DRONE_TAG}"
- git tag ${DRONE_TAG}; git push --force origin master ${DRONE_TAG}
- (git tag ${DRONE_TAG} && git push --force origin master ${DRONE_TAG}) || true
environment:
GIT_USER:
from_secret: git_user
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rpclibrary",
"version": "1.3.16",
"version": "1.3.17",
"description": "rpclibrary is a websocket on steroids!",
"main": "./js/Index.js",
"repository": {