Skip to content

Commit

Permalink
fix: jitpack is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Mar 1, 2024
1 parent bbebbf0 commit 30b4114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/bee/task/CI.java
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ public void jitpack() {
install: |
if [ -e "bee" ]; then
source bee install pom
source bee install maven
else
version=$(curl -SsL https://git.io/stable-bee)
curl -SsL -o bee-${version}.jar https://jitpack.io/com/github/teletha/bee/${version}/bee-${version}.jar
Expand Down

0 comments on commit 30b4114

Please sign in to comment.