Fix build name & number vars

* Bring back SNAPSHOT version
This commit is contained in:
Artem Bilan
2023-11-14 16:54:55 -05:00
parent 900cf34932
commit bfdf324c51
2 changed files with 5 additions and 5 deletions

View File

@@ -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:

View File

@@ -1,3 +1,3 @@
version=3.0.5-SNAPSHOT
version=3.0.4-SNAPSHOT
org.gradle.caching=true
org.gradle.parallel=true