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
20
+ run : ./gradlew assemble bintrayUpload docs --no-daemon && ./gradlew bintrayPublish --no-daemon --dry-run
21
21
- id : release_version
22
22
if : success()
23
23
run : echo ::set-output name=release_version::${GITHUB_REF:11}
35
35
- What's New: https://docs.micronaut.io/${{ steps.release_version.outputs.release_version }}/guide/index.html#whatsNew
36
36
- Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/TODO?closed=1
37
37
- Changes: https://github.com/micronaut-projects/micronaut-core/compare/1.2.x...v${{ steps.release_version.outputs.release_version }}
38
- draft : false
38
+ draft : true
39
39
prerelease : true
40
40
- name : Upload Release
41
41
if : success()
@@ -50,25 +50,25 @@ jobs:
50
50
asset_content_type : application/zip
51
51
- name : SDKMan Announce
52
52
if : success()
53
- run : ./gradlew sdkMinorRelease
53
+ run : ./gradlew sdkMinorRelease --dry-run
54
54
env :
55
55
GH_TOKEN : ${{ secrets.GH_TOKEN }}
56
56
GVM_SDKVENDOR_KEY : ${{ secrets.GVM_SDKVENDOR_KEY }}
57
57
GVM_SDKVENDOR_TOKEN : ${{ secrets.GVM_SDKVENDOR_TOKEN }}
58
- - name : Publish to Github Pages
59
- if : success()
60
- uses : micronaut-projects/micronaut-docs-deploy@master
61
- env :
62
- GH_TOKEN : ${{ secrets.GH_TOKEN }}
63
- GH_REPOSITORY : micronaut-projects/micronaut-docs
64
- BASE_BRANCH : master
65
- BRANCH : gh-pages
66
- FOLDER : build/docs
67
- BETA : true
68
- VERSION : ${{ steps.release_version.outputs.release_version }}
58
+ # - name: Publish to Github Pages
59
+ # if: success()
60
+ # uses: micronaut-projects/micronaut-docs-deploy@master
61
+ # env:
62
+ # GH_TOKEN: ${{ secrets.GH_TOKEN }}
63
+ # GH_REPOSITORY: micronaut-projects/micronaut-docs
64
+ # BASE_BRANCH: master
65
+ # BRANCH: gh-pages
66
+ # FOLDER: build/docs
67
+ # BETA: true
68
+ # VERSION: ${{ steps.release_version.outputs.release_version }}
69
69
- name : Synchronize Maven Central
70
70
if : success()
71
71
env :
72
72
BINTRAY_USER : ${{ secrets.BINTRAY_USER }}
73
73
BINTRAY_KEY : ${{ secrets.BINTRAY_KEY }}
74
- run : ./gradlew sWMC
74
+ run : ./gradlew sWMC --dry-run
0 commit comments