Skip to content

Commit

Permalink
fix: go expects v2 to be in a v2 directory
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Jun 11, 2022
1 parent 05105d1 commit a106a12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions push-tag.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export VERSION=`git rev-list --count HEAD`;
echo Adding git tag with version v2.0.${VERSION};
git tag v2.0.${VERSION};
git push origin v2.0.${VERSION};
echo Adding git tag with version v0.2.${VERSION};
git tag v0.2.${VERSION};
git push origin v0.2.${VERSION};

0 comments on commit a106a12

Please sign in to comment.