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 79106c0 commit f268f3eCopy full SHA for f268f3e
.circleci/config.yml
@@ -292,7 +292,7 @@ jobs:
292
293
# Create the release using GitHub API
294
RESPONSE=$(curl -s -X POST \
295
- -H "Authorization: token $ADOBE_BOT_GITHUB_TOKEN" \
+ -H "Authorization: token $GITHUB_TOKEN" \
296
-H "Content-Type: application/json" \
297
-d '{
298
"tag_name": "'"$TAG"'",
@@ -307,7 +307,7 @@ jobs:
307
# Upload release artifacts
308
for ARTIFACT in ./all/target/*.zip; do
309
curl -X POST \
310
311
-H "Content-Type: application/octet-stream" \
312
--data-binary @"$ARTIFACT" \
313
"$UPLOAD_URL?name=$(basename "$ARTIFACT")"
0 commit comments