File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # workflow for re-running publishing to Sonatype in case it fails for some reason
2- # you can run this workflow by navigating to https://www.github.com/imagekit-developer/imagekit-java/actions/workflows/publish-sonatype.yml
1+ # This workflow is triggered when a GitHub release is created.
2+ # It can also be run manually to re-publish to Sonatype in case it failed for some reason.
3+ # You can run this workflow by navigating to https://www.github.com/imagekit-developer/imagekit-java/actions/workflows/publish-sonatype.yml
34name : Publish Sonatype
45on :
56 workflow_dispatch :
67
8+ release :
9+ types : [published]
10+
711jobs :
812 publish :
913 name : publish
Original file line number Diff line number Diff line change 1+ name : Release Please
2+ on :
3+ push :
4+ branches :
5+ - master
6+
7+ permissions :
8+ contents : write
9+ pull-requests : write
10+
11+ jobs :
12+ release-please :
13+ if : github.repository == 'imagekit-developer/imagekit-java'
14+ runs-on : ubuntu-latest
15+
16+ steps :
17+ - uses : googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1
18+ id : release
19+ with :
20+ token : ${{ secrets.RELEASE_PLEASE_TOKEN }}
Original file line number Diff line number Diff line change 66 "include-v-in-tag" : true ,
77 "include-component-in-tag" : false ,
88 "versioning" : " prerelease" ,
9- "prerelease" : true ,
9+ "prerelease" : false ,
1010 "bump-minor-pre-major" : true ,
1111 "bump-patch-for-minor-pre-major" : false ,
1212 "pull-request-header" : " Automated Release PR" ,
You can’t perform that action at this time.
0 commit comments