We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d8885 commit 0dbbc8aCopy full SHA for 0dbbc8a
1 file changed
‎.github/workflows/release.yml‎
@@ -11,6 +11,7 @@ permissions:
11
actions: write
12
id-token: write
13
contents: write
14
+ packages: write
15
16
jobs:
17
build:
@@ -24,7 +25,7 @@ jobs:
24
25
- name: Grant execute permission for gradlew
26
run: chmod +x gradlew
27
- name: Build with Gradle
- run: ./gradlew build -x setupJdks
28
+ run: ./gradlew -Pversion=${{ github.event.inputs.version }} build -x setupJdks
29
# TODO: enable
30
# - name: Publish to OSSRH
31
# run: ./gradlew -Pversion=${{ github.event.inputs.version }} publish closeAndReleaseRepository
0 commit comments