File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build_snapshot :
11- uses : .github/workflows/spring-artifactory-gradle-snapshot.yml
11+ uses : ./. github/workflows/spring-artifactory-gradle-snapshot.yml
1212 secrets : inherit
Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10- uses : .github/workflows/spring-gradle-pull-request-build.yml
10+ uses : ./. github/workflows/spring-gradle-pull-request-build.yml
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 release_to_central :
15- uses : .github/workflows/spring-artifactory-promote-central.yml
15+ uses : ./. github/workflows/spring-artifactory-promote-central.yml
1616 with :
1717 buildName : ${{ inputs.buildName }}
1818 buildNumber : ${{ inputs.buildNumber }}
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 promote_milestone :
17- uses : .github/workflows/spring-artifactory-promote-milestone.yml
17+ uses : ./. github/workflows/spring-artifactory-promote-milestone.yml
1818 with :
1919 buildName : ${{ inputs.buildName }}
2020 buildNumber : ${{ inputs.buildNumber }}
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 staging :
15- uses : .github/workflows/spring-artifactory-gradle-release-staging.yml
15+ uses : ./. github/workflows/spring-artifactory-gradle-release-staging.yml
1616 with :
1717 releaseVersion : ${{ inputs.releaseVersion }}
1818 nextDevelopmentVersion : ${{ inputs.nextDevelopmentVersion }}
You can’t perform that action at this time.
0 commit comments