Skip to content

Commit b2a54b6

Browse files
author
Luke Bakken
committed
add sleep so tag can be in GH before release created
1 parent a4c0c20 commit b2a54b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/publish

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ function onexit
6565
fi
6666
}
6767

68-
function gh_publish {
68+
function gh_publish
69+
{
6970
if [[ -z $version_string ]]
7071
then
7172
errexit 'gh_publish: version_string required'
@@ -164,4 +165,5 @@ set -o nounset
164165

165166
git tag --sign -a "$version_string" -m "riak-client-tools $version_string" --local-user "$release_gpg_name"
166167
git push --tags
168+
sleep 5
167169
gh_publish

0 commit comments

Comments
 (0)