Skip to content

Commit 99d105b

Browse files
committed
fix
Signed-off-by: Pascal Andy <[email protected]>
1 parent 5effe45 commit 99d105b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

push_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ git push --tags && \
1919
# Find the latest tag
2020
#
2121
tag_version="$(
22-
git ls-remote --tags ${git_repo} \
22+
git ls-remote --tags https://github.com/${user}/${git_repo} \
2323
| cut -d$'\t' -f2 \
2424
| cut -d/ -f3 \
2525
| tail -n1)" && \

0 commit comments

Comments
 (0)