File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,12 @@ jobs:
49
49
50
50
- name : Build, Sign and Release to Gradle Plugin Portal
51
51
run : |
52
- ./gradlew publishPlugins -Prelease assemble -x publishPlugins
53
- # ./gradlew publishPlugins -Prelease -Pgradle.publish.key=$GRADLE_PUBLISH_KEY -Pgradle.publish.secret=$GRADLE_PUBLISH_SECRET
52
+ ./gradlew publishPlugins -Prelease -Pgradle.publish.key=$GRADLE_PUBLISH_KEY -Pgradle.publish.secret=$GRADLE_PUBLISH_SECRET
54
53
env :
55
54
ORG_GRADLE_PROJECT_signingKey : ${{ secrets.PGP_PRIVATE_KEY }}
56
55
ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.PGP_PASSPHRASE }}
57
- # GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
58
- # GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
56
+ GRADLE_PUBLISH_KEY : ${{ secrets.GRADLE_PUBLISH_KEY }}
57
+ GRADLE_PUBLISH_SECRET : ${{ secrets.GRADLE_PUBLISH_SECRET }}
59
58
60
59
- name : SLSA -- Hash Artifacts
61
60
id : hash
You can’t perform that action at this time.
0 commit comments