File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 39
39
- run : yarn release
40
40
env :
41
41
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
- ORG_GRADLE_PROJECT_gradlePublishKey : ${{ secrets.GRADLE_PUBLISH_KEY }}
43
- ORG_GRADLE_PROJECT_gradlePublishSecret : ${{ secrets.GRADLE_PUBLISH_SECRET }}
42
+ GRADLE_PUBLISH_KEY : ${{ secrets.GRADLE_PUBLISH_KEY }}
43
+ GRADLE_PUBLISH_SECRET : ${{ secrets.GRADLE_PUBLISH_SECRET }}
44
44
45
45
pages :
46
46
uses : ./.github/workflows/pages.yml
Original file line number Diff line number Diff line change @@ -140,20 +140,6 @@ gradlePlugin {
140
140
testSourceSets(sourceSets. testkit)
141
141
}
142
142
143
- task preparePublish () {
144
- doLast {
145
- def publishKey = findProperty(' gradlePublishKey' )
146
- def publishSecret = findProperty(' gradlePublishSecret' )
147
-
148
- System . properties. setProperty(' gradle.publish.key' , publishKey)
149
- System . properties. setProperty(' gradle.publish.secret' , publishSecret)
150
- }
151
- }
152
-
153
143
tasks. named(' check' ) {
154
144
dependsOn(testing. suites. testkit)
155
145
}
156
-
157
- tasks. named(' publishPlugins' ) {
158
- dependsOn(tasks. preparePublish)
159
- }
You can’t perform that action at this time.
0 commit comments