Skip to content

Commit

Permalink
Update JWebMP Core for new skeleton structure
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed Feb 28, 2024
1 parent 27769bd commit 787f7cf
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/.workflows/maven-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: JWebMP Core
on:
workflow_dispatch:
inputs:
centralRelease:
type: boolean
description: Run a release to maven central
default: false
push:
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
permissions:
contents: read
packages: write
jobs:
EntityAssist:
uses: GuicedEE/Workflows/.github/workflows/projects.yml@master
with:
baseDir: ''
name: 'JWebMP Core'
publishToCentral: ${{inputs.centralRelease}}
secrets:
USERNAME: ${{secrets.USERNAME}}
USER_TOKEN: ${{secrets.USER_TOKEN}}
SONA_USERNAME: ${{secrets.SONA_USERNAME}}
SONA_PASSWORD: ${{secrets.SONA_PASSWORD}}
GPG_PASSPHRASE: ${{secrets.GPG_PASSPHRASE}}
GPG_PRIVATE_KEY: ${{secrets.GPG_PRIVATE_KEY}}

0 comments on commit 787f7cf

Please sign in to comment.