Skip to content

Commit 5164007

Browse files
committed
Fix script name
1 parent 90e04a7 commit 5164007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
git config user.name "rabbitmq-ci"
2828
git config user.email "[email protected]"
29-
ci/release-stream-java-client.sh
29+
ci/release-amqp-java-client.sh
3030
env:
3131
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3232
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)