Update action.yml
This commit is contained in:
parent
3d911fe23f
commit
c026eec4bf
@ -1,6 +1,11 @@
|
||||
name: "Publish Library"
|
||||
description: "Publish gradle artifact"
|
||||
|
||||
inputs:
|
||||
version:
|
||||
description: "Library Version"
|
||||
required: true
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
@ -15,4 +20,4 @@ runs:
|
||||
BINOM_REPO_URL: ${{ vars.BINOM_REPO_URL }}
|
||||
BINOM_REPO_USER: ${{ vars.BINOM_REPO_USER }}
|
||||
shell: bash
|
||||
run: "./gradlew -Pversion=${{ inputs.image_name }} publish -Dorg.gradle.jvmargs=-Xmx4096M --parallel --no-daemon --no-watch-fs --stacktrace"
|
||||
run: "./gradlew -Pversion=${{ inputs.version }} publish -Dorg.gradle.jvmargs=-Xmx4096M --parallel --no-daemon --no-watch-fs --stacktrace"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user