Skip to content

Commit 193bf70

Browse files
add go list
1 parent 2810941 commit 193bf70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/tag.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
22
next_version=v0.0."$(git tag --sort=-v:refname | head -n 1 | sed 's|.*\.||' | awk '{print $1 + 1}')"
33
git tag $next_version
4-
gh release create $next_version
4+
gh release create $next_version
5+
go list -m github.com/RassulYunussov/ehttpclient@$next_version

0 commit comments

Comments
 (0)