File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - " main"
8- - " initial-version"
98 workflow_dispatch :
109 inputs :
1110 force_gradle_cache_clean :
4241 - name : " Setup Gradle"
4342 uses : " gradle/actions/setup-gradle@v4"
4443 with :
45- cache-read-only : ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/initial-version' }} # TODO remove when initial-version is removed
44+ cache-read-only : ${{ github.ref != 'refs/heads/main' }}
4645 - name : " Nuke gradle cache"
4746 if : " ${{ github.event.inputs.force_gradle_cache_clean == 'true' }}"
4847 run : " rm -rf ~/.gradle/caches"
Original file line number Diff line number Diff line change 88 description : " Force version number to publish (empty for automatic semver versioning)"
99 required : false
1010 default : " "
11- to_publish : # TODO
12- description : " What to publish"
13- required : true
14- default : " all"
15- type : choice
16- options :
17- - plugin-gradle
18- - plugin-maven
19- - all
20- - lib
2111
2212permissions :
2313 contents : write
You can’t perform that action at this time.
0 commit comments