Skip to content

Commit

Permalink
chore: push tag task
Browse files Browse the repository at this point in the history
  • Loading branch information
joerdav committed Mar 6, 2022
1 parent 99d9ecf commit 8d33c8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ Deploys a new tag for the repo.

Requires: test
```
export VERSION=`git rev-list --count HEAD`;
echo Adding git tag with version v0.0.${VERSION};
git tag v0.0.${VERSION};
git push origin v0.0.${VERSION};
export VERSION=`git rev-list --count HEAD`
echo Adding git tag with version v0.0.${VERSION}
git tag v0.0.${VERSION}
git push origin v0.0.${VERSION}
```

0 comments on commit 8d33c8c

Please sign in to comment.