Skip to content

Commit

Permalink
fixes pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
fracassi-marco committed Jan 28, 2020
1 parent 9b890a4 commit e1834cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_on_jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
draft: false
prerelease: false
- name: Publish on JitPack
run: |
echo "Deploy -> ${{ steps.branch_name.outputs.SOURCE_TAG }}"
curl "https://jitpack.io/api/builds/com.github.DaikonWeb/daikon/${{ steps.branch_name.outputs.SOURCE_TAG }}"
env:
GITHUB_REF: ${{ github.ref }}
run: curl "https://jitpack.io/api/builds/com.github.DaikonWeb/daikon/${GITHUB_REF##*/}"

0 comments on commit e1834cf

Please sign in to comment.