Skip to content

Commit 11a4348

Browse files
authored
Merge pull request #11055 from rabbitmq/set-rabbitmq-version-in-oci-workflow
Set the PROJECT_VERSION to 4.0.0 to match the bazel behavior
2 parents 95c5508 + 82f001c commit 11a4348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oci-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
elixir-version: 1.15
2626
- name: make package-generic-unix
2727
run: |
28-
make package-generic-unix
28+
make package-generic-unix PROJECT_VERSION=4.0.0
2929
- name: Upload package-generic-unix
3030
uses: actions/[email protected]
3131
with:

0 commit comments

Comments
 (0)