Skip to content

Commit

Permalink
fixes deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fracassi-marco committed Jan 28, 2020
1 parent 8cd9f57 commit 9b890a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish_on_jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish
name: Publish on JitPack
on:
push:
tags:
Expand All @@ -21,4 +21,6 @@ jobs:
draft: false
prerelease: false
- name: Publish on JitPack
run: curl "https://jitpack.io/api/builds/com.github.DaikonWeb/daikon/${{ github.ref }}"
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 }}"

0 comments on commit 9b890a4

Please sign in to comment.