File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 - name : Check Out Code
1717 uses : actions/checkout@v5
18+ - name : Build and Publish
19+ id : build-and-publish
20+ uses : ./.github/actions/build
21+ with :
22+ commercial-release-repository-url : ${{ vars.COMMERCIAL_RELEASE_REPO_URL }}
23+ commercial-repository-password : ${{ secrets.COMMERCIAL_ARTIFACTORY_RO_PASSWORD }}
24+ commercial-repository-username : ${{ secrets.COMMERCIAL_ARTIFACTORY_RO_USERNAME }}
25+ commercial-snapshot-repository-url : ${{ vars.COMMERCIAL_SNAPSHOT_REPO_URL }}
26+ develocity-access-key : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
27+ gradle-cache-read-only : false
28+ publish : true
1829 - name : Stage Release
1930 uses : spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
2031 with :
You can’t perform that action at this time.
0 commit comments