Skip to content

Commit

Permalink
Create jitpack-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
husnjak authored Nov 9, 2023
1 parent 48832c8 commit da8de64
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/jitpack-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: jitpack-build

on: [push]

jobs:
jitpack:
runs-on: ubuntu-latest
steps:
- name: Branch Name
run: echo running on branch ${{ github.head_ref }}
- 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:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

0 comments on commit da8de64

Please sign in to comment.