Skip to content

Commit

Permalink
Update Taskfile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cksidharthan committed May 6, 2023
1 parent 4e6b805 commit 22adfac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ tasks:
tag:
desc: "Tagging the release"
cmds:
- git tag -a v$(cat VERSION) -m "Release v$(cat VERSION)"
- git push origin v$(cat VERSION)
- git tag -a $(cat .version) -m "Release v$(cat .version)"
- git push origin $(cat .version)

0 comments on commit 22adfac

Please sign in to comment.