Skip to content

Commit

Permalink
waits some time before releasing to Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Coser committed Apr 9, 2020
1 parent aa7d8e0 commit 4e2dbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_on_jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Publish on JitPack
env:
GITHUB_REF: ${{ github.ref }}
run: curl "https://jitpack.io/api/builds/com.github.DaikonWeb/daikon/${GITHUB_REF##*/}"
run: sleep 60 && curl "https://jitpack.io/api/builds/com.github.DaikonWeb/daikon/${GITHUB_REF##*/}"

0 comments on commit 4e2dbe7

Please sign in to comment.