We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9adf9f commit c0d5a0eCopy full SHA for c0d5a0e
codebuild/release/upload_artifacts.yml
@@ -8,7 +8,7 @@ env:
8
BRANCH: "master"
9
git-credential-helper: yes
10
secrets-manager:
11
- GH_TOKEN: Github/aws-crypto-tools-ci-bot:personal\ access\ token
+ GH_TOKEN: Github/aws-crypto-tools-ci-bot:personal\ access\ token\ (new\ token\ format)
12
13
phases:
14
pre_build:
look_4_version.sh
@@ -19,7 +19,7 @@ while [ $STATUS -ne 0 ]; do
19
break
20
fi
21
22
- if [ $((COUNTER+=1)) -eq 10 ]; then
+ if [ $((COUNTER+=1)) -eq 15 ]; then
23
echo "It has been an awfully long time, you should check Maven Central for issues"
24
exit 1
25
0 commit comments