File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 29
29
name : deploy
30
30
env :
31
31
gh_token : ${{ secrets.GITHUB_TOKEN }}
32
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32
33
ORG_GRADLE_PROJECT_nexus_user : ${{ secrets.NEXUS_USER }}
33
34
ORG_GRADLE_PROJECT_nexus_pass64 : ${{ secrets.NEXUS_PASS64 }}
34
35
ORG_GRADLE_PROJECT_gpg_passphrase : ${{ secrets.GPG_PASSPHRASE }}
44
45
uses : gradle/gradle-build-action@v2
45
46
with :
46
47
gradle-home-cache-cleanup : true
47
- - name : git fetch origin main
48
- run : git fetch origin main
48
+ - run : git fetch origin main
49
49
- name : publish all
50
50
if : " ${{ github.event.inputs.to_publish == 'all' }}"
51
51
run : |
52
52
./gradlew :changelogPush -Prelease=true -Penable_publishing=true -Pgradle.publish.key=${{ secrets.GRADLE_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_SECRET }} --stacktrace --warning-mode all
53
+ - run : git checkout main
54
+ - run : git merge release --ff-only
55
+ - run : git push origin main
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
10
10
// https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md
11
11
id ' com.diffplug.spotless' version ' 7.0.0.BETA1' apply false
12
12
// https://github.com/diffplug/spotless-changelog/blob/main/CHANGELOG.md
13
- id ' com.diffplug.spotless-changelog' version ' 3.0.2 ' apply false
13
+ id ' com.diffplug.spotless-changelog' version ' 3.1.1 ' apply false
14
14
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
15
15
id ' com.gradle.plugin-publish' version ' 1.2.1' apply false
16
16
// https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md
@@ -21,9 +21,9 @@ plugins {
21
21
blowdryerSetup {
22
22
github ' diffplug/blowdryer-diffplug' , ' tag' , ' 7.3.0'
23
23
// devLocal '../blowdryer-diffplug'
24
- setPluginsBlockTo {
25
- it. file ' plugin.versions'
26
- }
24
+ // setPluginsBlockTo {
25
+ // it.file 'plugin.versions'
26
+ // }
27
27
}
28
28
rootProject. name = ' spotless-changelog'
29
29
include ' spotless-changelog-lib'
You can’t perform that action at this time.
0 commit comments