1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 15:25:14 +03:00

Fix jenkins script

This commit is contained in:
Tae Won Ha 2023-12-12 20:18:47 +01:00
parent 77f8bbb7a4
commit 15edaf4ca9
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

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