Skip to content

Commit

Permalink
update release code
Browse files Browse the repository at this point in the history
  • Loading branch information
chihuopub committed Apr 20, 2021
1 parent b2e486c commit 23d8693
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#! /bin/bash
# After `mvn clean package -am -pl build`, this script can help you to release `easeagent-dep.jar` to github.

RELEASE_ID=41522274
RELEASE_ID=41698268
LIST_RELEASE_URL="https://api.github.com/repos/megaease/easeagent/releases"
RELEASE_URL="https://api.github.com/repos/megaease/easeagent/releases/${RELEASE_ID}"
UPLOAD_URL="https://uploads.github.com/repos/megaease/easeagent/releases/${RELEASE_ID}/assets?name=easeagent.jar"
TOKEN=""
Expand Down

0 comments on commit 23d8693

Please sign in to comment.