File tree Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,10 @@ jobs:
84
84
- name : Dryrun release assets with Maven
85
85
run : mvn -B -ntp install -DskipTests=true -P full-release -Djreleaser.dryrun=true
86
86
env :
87
- JRELEASER_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
87
+ JRELEASER_GITHUB_TOKEN : ${{ secrets.JRELEASER_GITHUB_TOKEN }}
88
88
JRELEASER_GPG_PUBLIC_KEY : ${{ secrets.MAVEN_GPG_PUBLIC_KEY }}
89
89
JRELEASER_GPG_SECRET_KEY : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
90
90
JRELEASER_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
91
- JRELEASER_SCOOP_GITHUB_TOKEN : ${{ secrets.JRELEASER_GITHUB_TOKEN }}
92
91
93
92
release-job :
94
93
needs : build-and-test-job
@@ -130,8 +129,7 @@ jobs:
130
129
- name : Release assets with Maven
131
130
run : mvn -B -ntp install -DskipTests=true -P full-release
132
131
env :
133
- JRELEASER_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
132
+ JRELEASER_GITHUB_TOKEN : ${{ secrets.JRELEASER_GITHUB_TOKEN }}
134
133
JRELEASER_GPG_PUBLIC_KEY : ${{ secrets.MAVEN_GPG_PUBLIC_KEY }}
135
134
JRELEASER_GPG_SECRET_KEY : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
136
135
JRELEASER_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
137
- JRELEASER_SCOOP_GITHUB_TOKEN : ${{ secrets.JRELEASER_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.github.nbbrd.sandbox</groupId >
7
7
<artifactId >sandbox-parent</artifactId >
8
- <version >1.17.0 </version >
8
+ <version >1.17.1 </version >
9
9
<packaging >pom</packaging >
10
10
11
11
<name >sandbox</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >sandbox-parent</artifactId >
7
7
<groupId >com.github.nbbrd.sandbox</groupId >
8
- <version >1.17.0 </version >
8
+ <version >1.17.1 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >sandbox-parent</artifactId >
7
7
<groupId >com.github.nbbrd.sandbox</groupId >
8
- <version >1.17.0 </version >
8
+ <version >1.17.1 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
25
25
<dependency >
26
26
<groupId >com.github.nbbrd.sandbox</groupId >
27
27
<artifactId >sandbox-api</artifactId >
28
- <version >1.17.0 </version >
28
+ <version >1.17.1 </version >
29
29
</dependency >
30
30
<dependency >
31
31
<groupId >com.github.nbbrd.sandbox</groupId >
32
32
<artifactId >sandbox-impl</artifactId >
33
- <version >1.17.0 </version >
33
+ <version >1.17.1 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >info.picocli</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >sandbox-parent</artifactId >
7
7
<groupId >com.github.nbbrd.sandbox</groupId >
8
- <version >1.17.0 </version >
8
+ <version >1.17.1 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
19
19
<dependency >
20
20
<groupId >com.github.nbbrd.sandbox</groupId >
21
21
<artifactId >sandbox-api</artifactId >
22
- <version >1.17.0 </version >
22
+ <version >1.17.1 </version >
23
23
</dependency >
24
24
<dependency >
25
25
<groupId >com.github.lalyos</groupId >
You can’t perform that action at this time.
0 commit comments