This repository was archived by the owner on Nov 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -66,16 +66,18 @@ jobs:
6666 --use-wrapper \
6767 --repo-deploy libs-staging-local
6868
69- echo buildName=${{ github.event.repository.name }}-${{ inputs.releaseVersion }} >> $GITHUB_OUTPUT
70- echo buildNumber=$GITHUB_RUN_NUMBER >> $GITHUB_OUTPUT
69+ echo JFROG_CLI_BUILD_NAME=${{ github.event.repository.name }}-${{ inputs.releaseVersion }} >> $GITHUB_ENV
70+ echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
71+ echo buildName=$JFROG_CLI_BUILD_NAME >> $GITHUB_OUTPUT
72+ echo buildNumber=$JFROG_CLI_BUILD_NUMBER >> $GITHUB_OUTPUT
7173
7274 - name : Set Release Version
7375 run : sed -i "s/version=.*/version=${{ inputs.releaseVersion }}/" gradle.properties
7476
7577 - name : Build and Publish
7678 run : |
7779 jf gradle clean build ${{ inputs.gradleTasks }} artifactoryPublish
78- jf rt build-publish ${{ steps.configure-jfrog.outputs.buildName }} ${{ steps.configure-jfrog.outputs.buildNumber }}
80+ jf rt build-publish
7981
8082 - name : Tag Release and Next Development Version
8183 run : |
Original file line number Diff line number Diff line change 1- version =3.0.5 -SNAPSHOT
1+ version =3.0.4 -SNAPSHOT
22org.gradle.caching =true
33org.gradle.parallel =true
You can’t perform that action at this time.
0 commit comments