File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Snapshot
22
3- # This build process is triggered in case changes are being pushed to the master branch.
4- # This process takes the latest master changes, build and test the new version and finally publish the artifacts
5- # to the Central Maven SNAPSHOT Repository.
6-
73on :
84 push :
95 branches : [ master]
106
117jobs :
12- call-snapshot :
8+ call-tool- snapshot :
139 name : 🏭
14- uses : cip4/.github/.github/workflows/library -snapshot.yml@master
10+ uses : cip4/.github/.github/workflows/tool -snapshot.yml@master
1511 with :
16- java-version : 11
12+ apple-bundle-id : org.cip4.jdfutility
1713 codecov-enabled : true
18- secrets :
19- SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
20- SIGNING_KEY_ID : ${{ secrets.SIGNING_KEY_ID }}
21- SIGNING_PASSWORD : ${{ secrets.SIGNING_PASSWORD }}
22- OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
23- OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
14+ docker-build : true
15+ java-version : 17
16+ java-distribution : ' temurin'
17+ secrets : inherit
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments