From 7fa5c339ad131b294d025874442c0aeae876252b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Cogolu=C3=A8gnes?= Date: Thu, 26 Oct 2023 15:15:34 +0200 Subject: [PATCH] Fix release flow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a42a36..5625624 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: tag_name: ${{ env.tag_name }} target_commitish: ${{ env.release_branch }} prerelease: ${{ env.prerelease }} - repository: rabbitmq/rabbitmq-stream-stream-perf + repository: rabbitmq/rabbitmq-stream-perf-test - name: Trigger Stream Perf Test Docker image build uses: peter-evans/repository-dispatch@v2 with: @@ -47,4 +47,4 @@ jobs: run: | git config user.name "rabbitmq-ci" git config user.email "rabbitmq-ci@users.noreply.github.com" - ci/publish-documentation-to-github-pages.sh \ No newline at end of file + ci/publish-documentation-to-github-pages.sh