File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 env :
2323 version : 1.1.${{ github.run_number }}
24+ patchVersion : ${{ github.run_number }}
2425 # Steps represent a sequence of tasks that will be executed as part of the job
2526 steps :
2627 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3536 - name : Build extension
3637 run : |
3738 chmod +x gradlew
38- ./gradlew clean build -PBUILD_NUMBER=$GITHUB_RUN_NUMBER -PBUILD_SOURCEBRANCH=$GITHUB_REF_NAME -PBUILD_SOURCEVERSION=$GITHUB_SHA -PPACKAGE_VERSION=${{ env.version }}
39+ ./gradlew clean build -PBUILD_NUMBER=${{ env.patchVersion }} -PBUILD_SOURCEBRANCH=$GITHUB_REF_NAME -PBUILD_SOURCEVERSION=$GITHUB_SHA -PPACKAGE_VERSION=${{ env.version }}
3940
4041 - name : Archive production artifacts
4142 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments