Skip to content

Commit a6b65bc

Browse files
author
Deepak Kumar
committed
Add RabbitMQ setup step to publish workflow
1 parent 6e8cef0 commit a6b65bc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ jobs:
1919
with:
2020
node-version: '24'
2121
registry-url: 'https://registry.npmjs.org'
22+
23+
- run: bin/setup-rabbit.sh
2224
- run: npm ci
2325

26+
2427
- name: Extract tag name
2528
id: tag
2629
run: echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)