Skip to content

Commit

Permalink
Workflow to force jitpack to build
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonDev07 committed Sep 24, 2024
1 parent a9d78b2 commit 8d00ef6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/build_jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Trigger JitPack Build

on:
push:
branches:
- master
workflow_dispatch:

jobs:
trigger-jitpack-build:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Trigger JitPack Build
run: |
curl -L "https://jitpack.io/api/builds/$GITHUB_REPOSITORY/${GITHUB_SHA:0:10}"
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id("org.jetbrains.dokka") version "1.9.20"
}

val meepMeepVersion = "1.0-SNAPSHOT"
val meepMeepVersion = "1.0.0"
val pomUrl = "https://github.com/rh-robotics/MeepMeep"
val pomScmUrl = "https://github.com/rh-robotics/MeepMeep"
val pomIssueUrl = "https://github.com/rh-robotics/MeepMeep/issues"
Expand Down

0 comments on commit 8d00ef6

Please sign in to comment.