Skip to content

Commit

Permalink
fix: remove build request on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Nov 18, 2024
1 parent 711d4f1 commit 006fac1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/java/bee/task/CI.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,6 @@ public void github() {
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: update repository info
- name: Request building artifact in Jitpack
if: contains(github.event.head_commit.message, 'release-please')
run: |
URL="https://jitpack.io/%s/$(cat version.txt)/build.log"
echo "Request building $URL"
sleep 5 && (curl -m 1 -s -X GET $URL > /dev/null || true)
""";

String version = Inputs.normalize(project.getJavaSourceVersion());
Expand Down

0 comments on commit 006fac1

Please sign in to comment.