Fix build name & number vars
* Bring back SNAPSHOT version
This commit is contained in:
@@ -33,8 +33,8 @@ jobs:
|
||||
needs: verify-staged
|
||||
uses: spring-projects/spring-integration-aws/.github/workflows/spring-artifactory-promote-milestone.yml@main
|
||||
with:
|
||||
buildName: $JFROG_CLI_BUILD_NAME
|
||||
buildNumber: $JFROG_CLI_BUILD_NUMBER
|
||||
buildName: ${{ env.JFROG_CLI_BUILD_NAME }}
|
||||
buildNumber: ${{ env.JFROG_CLI_BUILD_NUMBER }}
|
||||
secrets: inherit
|
||||
|
||||
promote-ga:
|
||||
@@ -42,8 +42,8 @@ jobs:
|
||||
needs: verify-staged
|
||||
uses: spring-projects/spring-integration-aws/.github/workflows/spring-artifactory-promote-central.yml@main
|
||||
with:
|
||||
buildName: $JFROG_CLI_BUILD_NAME
|
||||
buildNumber: $JFROG_CLI_BUILD_NUMBER
|
||||
buildName: ${{ env.JFROG_CLI_BUILD_NAME }}
|
||||
buildNumber: ${{ env.JFROG_CLI_BUILD_NUMBER }}
|
||||
secrets: inherit
|
||||
|
||||
finalize:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version=3.0.5-SNAPSHOT
|
||||
version=3.0.4-SNAPSHOT
|
||||
org.gradle.caching=true
|
||||
org.gradle.parallel=true
|
||||
|
||||
Reference in New Issue
Block a user