File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -38,21 +38,21 @@ jobs:
38
38
-Prelease.version=${{ github.event.inputs.version }}
39
39
"-Porg.gradle.java.installations.paths=${{ steps.setup-java-17.outputs.path }}"
40
40
41
+ - name : Set user.name and user.email for the nebula plugin
42
+ run : |
43
+ git config user.name otelbot
44
+ git config user.email [email protected]
45
+
41
46
- name : Publish release
42
47
env :
43
48
SONATYPE_USER : ${{ secrets.SONATYPE_USER }}
44
49
SONATYPE_KEY : ${{ secrets.SONATYPE_KEY }}
45
50
GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
46
51
GPG_PASSWORD : ${{ secrets.GPG_PASSWORD }}
47
- run : |
48
- # user.name and user.email are required by the nebula plugin
49
- git config user.name otelbot
50
- git config user.email [email protected]
51
-
52
- ./gradlew final closeAndReleaseSonatypeStagingRepository \
53
- --stacktrace \
54
- -Prelease.version=${{ github.event.inputs.version }} \
55
- " -Porg.gradle.java.installations.paths=${{ steps.setup-java-17.outputs.path }}"
52
+ run : >
53
+ ./gradlew final closeAndReleaseSonatypeStagingRepository --stacktrace
54
+ -Prelease.version=${{ github.event.inputs.version }}
55
+ "-Porg.gradle.java.installations.paths=${{ steps.setup-java-17.outputs.path }}"
56
56
57
57
- name : Create Release
58
58
env :
You can’t perform that action at this time.
0 commit comments