Skip to content

Commit a1f391f

Browse files
committed
chore(workflow-cli): fix drone release error
1 parent 5fc76fc commit a1f391f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.drone/drone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ steps:
4242
-e DRONE_REPO_OWNER="$DRONE_REPO_OWNER"
4343
-e DRONE_REPO_NAME="$DRONE_REPO_NAME"
4444
-e PLUGIN_API_KEY="$API_KEY"
45+
-e PLUGIN_BASE_URL="https://api.github.com/"
46+
-e PLUGIN_UPLOAD_URL="https://uploads.github.com/"
4547
-e DRONE_COMMIT_REF="refs/tags/$DRONE_TAG"
4648
-e PLUGIN_OVERWRITE="true"
4749
-e PLUGIN_FILES="_dist/*"

0 commit comments

Comments
 (0)