Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Oct 12, 2023
1 parent d5c8d5c commit 5da6e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

TAG=v$(cargo pkgid -p easywind_cli | cut -d"@" -f2 | cut -d: -f2)
TAG=v$(cargo pkgid -p easywind_cli | cut -d"#" -f2 | cut -d: -f2)
git tag -a $TAG -m $TAG
git push --tags

0 comments on commit 5da6e33

Please sign in to comment.