diff --git a/.github/workflows/publish-cdk-command-manually.yml b/.github/workflows/publish-cdk-command-manually.yml index 7e607f2aca804..ef3db19ed566e 100644 --- a/.github/workflows/publish-cdk-command-manually.yml +++ b/.github/workflows/publish-cdk-command-manually.yml @@ -20,7 +20,7 @@ on: - patch required: true skip-publish-test: - description: 'By default, the job publishes to Test PyPi. Use "true" to only publish to actual PyPi servers.' + description: 'By default, the job publishes to both Test and actual PyPi. Use "true" to only publish to actual PyPi servers.' required: false changelog-message: description: "Changelog message to be added to CHANGELOG.md"