File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 # For workflow_run events github.sha is the default branch HEAD, not the triggering branch HEAD.
3636 # Use the actual branch HEAD SHA in both cases.
3737 HEAD_SHA : ${{ github.event.pull_request.head.sha || github.event.workflow_run.head_sha || github.sha }}
38+ VERSION : 4.3.0+${{ github.event.pull_request.head.sha || github.event.workflow_run.head_sha || github.sha }}
3839concurrency :
3940 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.workflow_run.head_branch || github.ref }}
4041 cancel-in-progress : true
7273 - name : make package-generic-unix
7374 if : steps.authorized.outputs.authorized == 'true'
7475 run : |
75- make package-generic-unix PROJECT_VERSION=4.3.0+ ${{ env.HEAD_SHA }}
76+ make package-generic-unix PROJECT_VERSION=${{ env.VERSION }}
7677 - name : Upload package-generic-unix
7778 if : steps.authorized.outputs.authorized == 'true'
7879 uses : actions/upload-artifact@v7
@@ -137,4 +138,4 @@ jobs:
137138 cache-from : type=gha,scope=${{ matrix.otp_version }}
138139 build-args : |
139140 OTP_VERSION=${{ matrix.otp_version }}
140- RABBITMQ_VERSION=4.3.0+ ${{ env.HEAD_SHA }}
141+ RABBITMQ_VERSION=${{ env.VERSION }}
You can’t perform that action at this time.
0 commit comments