Skip to content

Commit

Permalink
fix: add shebang for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Feb 24, 2023
1 parent 5fae7ff commit 97f925e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions push-tag.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
export VERSION=`git rev-list --count HEAD`;
echo Adding git tag with version v0.2.${VERSION};
git tag v0.2.${VERSION};
Expand Down

0 comments on commit 97f925e

Please sign in to comment.