Skip to content

Commit 4e4f34e

Browse files
committed
Fix sanity check invocation
1 parent 54b85e1 commit 4e4f34e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ jobs:
5858
- name: Sanity Check
5959
run: |
6060
source ./release-versions.txt
61+
export RABBITMQ_LIBRARY_VERSION=$RELEASE_VERSION
6162
curl -Ls https://sh.jbang.dev | bash -s - src/test/java/SanityCheck.java
62-
env:
63-
RABBITMQ_LIBRARY_VERSION: ${{ inputs.library_version }}
6463
- name: Stop broker
6564
run: docker stop rabbitmq && docker rm rabbitmq
6665
- name: Publish Documentation

0 commit comments

Comments
 (0)