Skip to content

Commit

Permalink
Fix release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Oct 26, 2023
1 parent 166cb9d commit 7fa5c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -47,4 +47,4 @@ jobs:
run: |
git config user.name "rabbitmq-ci"
git config user.email "[email protected]"
ci/publish-documentation-to-github-pages.sh
ci/publish-documentation-to-github-pages.sh

0 comments on commit 7fa5c33

Please sign in to comment.