Skip to content

Commit 7fa5c33

Browse files
committed
Fix release flow
1 parent 166cb9d commit 7fa5c33

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
@@ -34,7 +34,7 @@ jobs:
3434
tag_name: ${{ env.tag_name }}
3535
target_commitish: ${{ env.release_branch }}
3636
prerelease: ${{ env.prerelease }}
37-
repository: rabbitmq/rabbitmq-stream-stream-perf
37+
repository: rabbitmq/rabbitmq-stream-perf-test
3838
- name: Trigger Stream Perf Test Docker image build
3939
uses: peter-evans/repository-dispatch@v2
4040
with:
@@ -47,4 +47,4 @@ jobs:
4747
run: |
4848
git config user.name "rabbitmq-ci"
4949
git config user.email "[email protected]"
50-
ci/publish-documentation-to-github-pages.sh
50+
ci/publish-documentation-to-github-pages.sh

0 commit comments

Comments
 (0)