Skip to content

Commit 94ab8b5

Browse files
authored
Merge pull request #120 from feedforce/chore/delay-after-create-release
デプロイ時のアップロードエラーを回避するための待機
2 parents 8c4f81b + 01e6cfa commit 94ab8b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/github-release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ $HOME/bin/github-release release \
3838
--description "not release" \
3939
--target master
4040

41+
# Wait a few seconds after create release to avoid to error `could not find the release corresponding to tag ...`.
42+
sleep 5
43+
4144
#
4245
# Upload rpm files and build a release note
4346
#

0 commit comments

Comments
 (0)