Skip to content

Commit af048d4

Browse files
committed
Fixup the oci.yaml workflow to not be branch specific
This way we can sync the workflow file across the release branches
1 parent 7a390af commit af048d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Build generic unix package
8080
run: |
81-
sed -i"_orig" '/APP_VERSION/ s/3.10.0/${{ github.sha }}/' rabbitmq.bzl
81+
sed -i"_orig" -E '/APP_VERSION/ s/3\.[0-9]+\.[0-9]+/${{ github.sha }}/' rabbitmq.bzl
8282
bazelisk build :package-generic-unix
8383
8484
- name: Resolve generic unix package path

0 commit comments

Comments
 (0)