Skip to content

Commit

Permalink
Entity Assist Cleanup and Build Start
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed Feb 25, 2024
1 parent 907e358 commit fc24c5f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Entity Assist Build
on:
workflow_dispatch:
inputs:
centralRelease:
type: boolean
description: Run a release to maven central
default: false
push:
permissions:
contents: read
Expand All @@ -14,7 +19,7 @@ jobs:
with:
baseDir: 'core/'
name: 'Entity Assist Core'
publishToCentral: true
publishToCentral: ${{inputs.centralRelease}}
secrets:
USERNAME: ${{secrets.USERNAME}}
USER_TOKEN: ${{secrets.USER_TOKEN}}
Expand Down

0 comments on commit fc24c5f

Please sign in to comment.