Skip to content

Commit 9f5ece2

Browse files
committed
Small fix to RELEASE.md commands
1 parent d67318c commit 9f5ece2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ make
3838
make -C deps/rabbitmq_queue_migration
3939
make -C deps/rabbitmq_queue_migration DIST_AS_EZS=true dist
4040
cd deps/rabbitmq_queue_migration
41-
gh release create "$VER" --verify-tag --title "rabbitmq-queue-migration $VER" --latest --generate-notes "./plugins/rabbitmq-queue-migration-$VER.ez"
41+
gh release create "$VER" --verify-tag --title "rabbitmq-queue-migration $VER" --latest --generate-notes "./plugins/rabbitmq_queue_migration-$VER.ez"
4242
```
4343

4444
* (Optional) Update generated release on GitHub to add GitHub milestone

0 commit comments

Comments
 (0)