We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166cb9d commit 7fa5c33Copy full SHA for 7fa5c33
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
tag_name: ${{ env.tag_name }}
35
target_commitish: ${{ env.release_branch }}
36
prerelease: ${{ env.prerelease }}
37
- repository: rabbitmq/rabbitmq-stream-stream-perf
+ repository: rabbitmq/rabbitmq-stream-perf-test
38
- name: Trigger Stream Perf Test Docker image build
39
uses: peter-evans/repository-dispatch@v2
40
with:
@@ -47,4 +47,4 @@ jobs:
47
run: |
48
git config user.name "rabbitmq-ci"
49
git config user.email "[email protected]"
50
- ci/publish-documentation-to-github-pages.sh
+ ci/publish-documentation-to-github-pages.sh
0 commit comments