File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3030 --server-id-deploy repo.spring.io \
3131 --repo-deploy-releases release \
3232 --repo-deploy-snapshots snapshot
33- echo JFROG_CLI_BUILD_NAME=spring-shell-main >> $GITHUB_ENV
33+ echo JFROG_CLI_BUILD_NAME=spring-shell-21x >> $GITHUB_ENV
3434 echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
3535 - name : Build and Publish
3636 env :
Original file line number Diff line number Diff line change 3838 if : github.repository_owner == 'spring-projects'
3939 needs : [build]
4040 name : Call Publish Snapshot
41- uses : spring-projects/spring-shell/.github/workflows/ci-publish.yml@main
41+ uses : spring-projects/spring-shell/.github/workflows/ci-publish.yml@2.1.x
4242 secrets :
4343 jfArtifactorySpring : ${{ secrets.JF_ARTIFACTORY_SPRING }}
Original file line number Diff line number Diff line change 3636 - name : Commit Next Dev Changes
37373838 with :
39- commit-changes-branch : main
39+ commit-changes-branch : 2.1.x
4040 commit-changes-message : Next development version
Original file line number Diff line number Diff line change 2727 --server-id-deploy=repo.spring.io \
2828 --repo-deploy-releases=libs-staging-local \
2929 --repo-deploy-snapshots=libs-staging-local
30- echo JFROG_CLI_BUILD_NAME=spring-shell-main -release >> $GITHUB_ENV
30+ echo JFROG_CLI_BUILD_NAME=spring-shell-21x -release >> $GITHUB_ENV
3131 echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
3232 - name : Configure GA Version
3333 run : |
8585 --server-id-deploy=repo.spring.io \
8686 --repo-deploy-releases=libs-staging-local \
8787 --repo-deploy-snapshots=libs-staging-local
88- echo JFROG_CLI_BUILD_NAME=spring-shell-main -release >> $GITHUB_ENV
88+ echo JFROG_CLI_BUILD_NAME=spring-shell-21x -release >> $GITHUB_ENV
8989 echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
9090 - name : Promote Build
9191 run : |
@@ -161,7 +161,7 @@ jobs:
161161 JF_ARTIFACTORY_SPRING : ${{ secrets.JF_ARTIFACTORY_SPRING }}
162162 - name : Configure JFrog Cli
163163 run : |
164- echo JFROG_CLI_BUILD_NAME=spring-shell-main -release >> $GITHUB_ENV
164+ echo JFROG_CLI_BUILD_NAME=spring-shell-21x -release >> $GITHUB_ENV
165165 echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
166166 - name : Download Release Files
167167 run : |
Original file line number Diff line number Diff line change 3131 --server-id-deploy=repo.spring.io \
3232 --repo-deploy-releases=libs-staging-local \
3333 --repo-deploy-snapshots=libs-staging-local
34- echo JFROG_CLI_BUILD_NAME=spring-shell-main -milestone >> $GITHUB_ENV
34+ echo JFROG_CLI_BUILD_NAME=spring-shell-21x -milestone >> $GITHUB_ENV
3535 echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
3636 - name : Configure Milestone Version
3737 run : |
8989 --server-id-deploy=repo.spring.io \
9090 --repo-deploy-releases=libs-staging-local \
9191 --repo-deploy-snapshots=libs-staging-local
92- echo JFROG_CLI_BUILD_NAME=spring-shell-main -milestone >> $GITHUB_ENV
92+ echo JFROG_CLI_BUILD_NAME=spring-shell-21x -milestone >> $GITHUB_ENV
9393 echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
9494 - name : Promote Build
9595 run : |
You can’t perform that action at this time.
0 commit comments