Skip to content

Commit

Permalink
Update jitpack-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
husnjak authored Nov 9, 2023
1 parent da8de64 commit 342d272
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jitpack-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Branch Name
run: echo running on branch ${{ github.head_ref }}
run: echo running on branch ${BRANCH_NAME}
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
- name: Trigger Jitpack Build
run: curl https://jitpack.io/com/github/husnjak/IGDB-API-JVM/${BRANCH_NAME}-SNAPSHOT/build.log -L | grep -o 'BUILD SUCCESSFUL'
env:
Expand Down

0 comments on commit 342d272

Please sign in to comment.