We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec4050 commit bb65025Copy full SHA for bb65025
1 file changed
circle.yml
@@ -68,6 +68,9 @@ jobs:
68
- deploy:
69
name: Publish to the SDK registry
70
command: |
71
+ git config --global user.email "MapboxCI@users.noreply.github.com"
72
+ git config --global user.name "MapboxCI"
73
+ export GITHUB_TOKEN=$(./mbx-ci github writer private token)
74
if [[ $CIRCLE_BRANCH == master ]] || [[ $CIRCLE_TAG == v* ]]; then
75
make sdkRegistryUpload
76
fi
0 commit comments