Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Apr 12, 2024
1 parent 17667fb commit 0fb10be
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 | cut -d"#" -f2 | cut -d: -f2)
TAG=v$(cargo pkgid -p rustywind | cut -d"@" -f2 | cut -d: -f2)
git tag -a $TAG -m $TAG
git push --tags

0 comments on commit 0fb10be

Please sign in to comment.