Skip to content

Commit fcd8059

Browse files
committed
Fix release flow name
1 parent 4b8ea87 commit fcd8059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Stream Java Client and StreamPerfTest
1+
name: Release Stream Java Client
22

33
on:
44
workflow_dispatch:
@@ -46,4 +46,4 @@ jobs:
4646
run: |
4747
git config user.name "rabbitmq-ci"
4848
git config user.email "[email protected]"
49-
ci/publish-documentation-to-github-pages.sh
49+
ci/publish-documentation-to-github-pages.sh

0 commit comments

Comments
 (0)