Skip to content

Commit

Permalink
ci(release): add action for manually triggering Maven Central releases (
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Sep 20, 2024
1 parent 21d8025 commit 91bdc1d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/maven-central-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Inspired from https://foojay.io/today/how-to-release-a-java-module-with-jreleaser-to-maven-central-with-github-actions/
name: Publish a new Maven Central release

on:
workflow_dispatch:

jobs:
publish-release:
uses: ./.github/workflows/maven-central-publish.yml
secrets: inherit
with:
publish-cmd: './release.sh'

0 comments on commit 91bdc1d

Please sign in to comment.