We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1623a commit da64cbdCopy full SHA for da64cbd
publish
@@ -25,6 +25,10 @@ sgr0=$(tput sgr0)
25
eval $(grep version setup.py | sed 's/,$//')
26
tag="v$version"
27
title="v$version"
28
+if which -s gh-token
29
+then
30
+ gh-token
31
+fi
32
$dry_run git tag "$tag" || printf 'WARNING: tag "%s" already exists\n' "$tag"
33
$dry_run git push --tags
34
if which -s gh
0 commit comments