Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Henry <henry.git@outlook.com>
  • Loading branch information
henry-hub authored Jan 1, 2025
1 parent 198a581 commit d76b435
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ inputs:
required: false
description: Is Parallel
default: 'true'
applyGithubPom:
required: false
description: Apply Github Pom
default: 'true'
publishMavenCentral:
required: false
description: Publish Maven Central
default: 'true'
useInferringVersion:
required: false
description: Use Inferring Version
Expand All @@ -46,4 +54,4 @@ runs:
shell: bash
run: |
chmod +x gradlew
./gradlew publish -DiHubPublish.publishDocs=${{ inputs.release }} -DiHubPublish.publishNeedSign=${{ inputs.release }} -Dorg.gradle.parallel=${{ inputs.parallel }} -Dorg.gradle.configureondemand=${{ inputs.parallel }} -DiHubPublish.applyGithubPom=true -DiHubPublish.publishMavenCentral=true
./gradlew publish -DiHubPublish.publishDocs=${{ inputs.release }} -DiHubPublish.publishNeedSign=${{ inputs.release }} -Dorg.gradle.parallel=${{ inputs.parallel }} -Dorg.gradle.configureondemand=${{ inputs.parallel }} -DiHubPublish.applyGithubPom=${{ inputs.applyGithubPom }} -DiHubPublish.publishMavenCentral=${{ inputs.publishMavenCentral }}

0 comments on commit d76b435

Please sign in to comment.