Skip to content

Commit

Permalink
[ci skip] Update input name and publish command in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jul 26, 2024
1 parent 6dcd31b commit 09e29f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Maven Publish
on:
workflow_dispatch:
inputs:
name:
package:
description: 'Package to publish'
required: false
type: choice
Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Publish with Gradle to Repository
uses: gradle/actions/setup-gradle@v3
with:
arguments: ':${{ inputs.choice }}publish'
arguments: ':${{ github.event.inputs.package }}:publish'

0 comments on commit 09e29f5

Please sign in to comment.