Commit 8366dfa 1 parent 0255ab4 commit 8366dfa Copy full SHA for 8366dfa
File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,18 @@ jobs:
13
13
with :
14
14
java-version : 1.8
15
15
ref : ${{ github.head_ref }}
16
- - name : Publish to Bintray
16
+ - name : Upload to Bintray
17
17
env :
18
18
BINTRAY_USER : ${{ secrets.BINTRAY_USER }}
19
19
BINTRAY_KEY : ${{ secrets.BINTRAY_KEY }}
20
- run : ./gradlew assemble bintrayUpload docs --no-daemon && ./gradlew bintrayPublish --no-daemon --dry-run
20
+ run : ./gradlew bintrayUpload --no-daemon
21
+ - name : Publish to Bintray
22
+ env :
23
+ BINTRAY_USER : ${{ secrets.BINTRAY_USER }}
24
+ BINTRAY_KEY : ${{ secrets.BINTRAY_KEY }}
25
+ run : ./gradlew bintrayPublish --no-daemon --dry-run
26
+ - name : Assemble Distribution
27
+ run : ./gradlew assemble docs --no-daemon
21
28
- id : release_version
22
29
if : success()
23
30
run : echo ::set-output name=release_version::${GITHUB_REF:11}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ micronautDataVersion=1.0.0.M5
38
38
micronautSpringVersion =1.0.2
39
39
micronautGcpVersion =1.1.0
40
40
micronautAwsVersion =1.3.5
41
- micronautCacheVersion =1.0.0.M1
41
+ micronautCacheVersion =1.0.0.M2
42
42
micronautGrpcVersion =1.1.1
43
43
micronautOpenApi =1.3.1
44
44
micronautRedisVersion =1.2.0
You can’t perform that action at this time.
0 commit comments