Commit 845e99c 1 parent 5cf9c9f commit 845e99c Copy full SHA for 845e99c
File tree 2 files changed +4
-12
lines changed
2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 12
12
required : true
13
13
type : boolean
14
14
version-increment-type :
15
- description : ' Which part of the version to increment:'
15
+ description : " Which part of the version to increment:"
16
16
required : true
17
17
type : choice
18
18
options :
19
19
- major
20
20
- minor
21
21
- patch
22
- default : ' patch'
22
+ default : " patch"
23
23
24
24
permissions :
25
25
contents : write
66
66
with :
67
67
distribution : temurin
68
68
java-version : 18
69
- cache : ' gradle'
69
+ cache : " gradle"
70
70
71
71
- name : Build and Publish To Sonatype Staging
72
72
env :
77
77
run : |
78
78
./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache
79
79
80
- - name : Release Sonatype Staging Repository
81
- if : inputs.prerelease != true && inputs.draft != true
82
- env :
83
- ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME }}
84
- ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
85
- ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SIGNING_KEY }}
86
- ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_KEY_PASSWORD }}
87
- run : ./gradlew closeAndReleaseRepository
88
-
89
80
-
uses :
DevCycleHQ/release-action/[email protected]
90
81
id : create-release
91
82
with :
Original file line number Diff line number Diff line change 1
1
** /.gradle
2
2
** /.idea
3
+ ** /.vscode
3
4
4
5
# Compiled class file
5
6
* .class
You can’t perform that action at this time.
0 commit comments