1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-09-17 12:07:08 +03:00

Fix jenkins script

This commit is contained in:
Tae Won Ha 2023-12-14 16:52:27 +01:00
parent f400ddbac1
commit c86fc08cd1
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -26,6 +26,7 @@ main() {
fi
echo "### Using ${tag_name} as tag name"
git checkout "${branch}"
git pull
git commit -am "Bump version to ${tag_name}"
git tag -a "${tag_name}" -m "${tag_name}"
git push