We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5effe45 commit 99d105bCopy full SHA for 99d105b
push_release.sh
@@ -19,7 +19,7 @@ git push --tags && \
19
# Find the latest tag
20
#
21
tag_version="$(
22
- git ls-remote --tags ${git_repo} \
+ git ls-remote --tags https://github.com/${user}/${git_repo} \
23
| cut -d$'\t' -f2 \
24
| cut -d/ -f3 \
25
| tail -n1)" && \
0 commit comments