We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047c7e5 commit 5ba820aCopy full SHA for 5ba820a
.github/workflows/release.yaml
@@ -44,6 +44,7 @@ jobs:
44
# Pass the inputs from the manual trigger to the reusable workflow.
45
with:
46
version: ${{ github.event.inputs.version }}
47
+ publish_to_sonatype: true
48
sonatype_auto_publish: ${{ github.event.inputs.sonatype_auto_publish == 'true' }}
49
create_tag: ${{ github.event.inputs.create_tag == 'true' }}
50
0 commit comments