Skip to content

Commit d9f6384

Browse files
committed
Fixed bug in version script again.
1 parent d90d1ba commit d9f6384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.sh

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ git reset
1515
git add pyproject.toml xdyna/__init__.py tests/test_version.py
1616
git commit -m "Updated version number to v"${new_ver}"."
1717
git tag v${new_ver}
18-
git push origin v${new_ver}
18+
git push origin --tags
1919

2020

0 commit comments

Comments
 (0)