Skip to content

Commit da64cbd

Browse files
committed
Add gh-token to publish
1 parent 6b1623a commit da64cbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

publish

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ sgr0=$(tput sgr0)
2525
eval $(grep version setup.py | sed 's/,$//')
2626
tag="v$version"
2727
title="v$version"
28+
if which -s gh-token
29+
then
30+
gh-token
31+
fi
2832
$dry_run git tag "$tag" || printf 'WARNING: tag "%s" already exists\n' "$tag"
2933
$dry_run git push --tags
3034
if which -s gh

0 commit comments

Comments
 (0)