diff --git a/.github/scripts/tag-stage.sh b/.github/scripts/tag-stage.sh index ca387722..49ba8db9 100755 --- a/.github/scripts/tag-stage.sh +++ b/.github/scripts/tag-stage.sh @@ -15,7 +15,7 @@ tag_package() { # echo "# Pushing tag $TAG for $PACKAGE_NAME" if [ -z "$DRY_RUN" ]; then - echo git push origin $TAG + git push origin $TAG else echo "# (dry-run): git push origin $TAG" fi diff --git a/.github/workflows/promote-stage.yml b/.github/workflows/promote-stage.yml index 2aeb9ee0..54ca71e6 100644 --- a/.github/workflows/promote-stage.yml +++ b/.github/workflows/promote-stage.yml @@ -4,14 +4,14 @@ on: workflow_dispatch: inputs: stage-id: - description: 'Stage to promote from' + description: 'Stage to promote from (eg "unstable")' required: true default: unstable base-tag-name: description: 'Base tag name (eg "r3_2-beta2")' required: true package-name: - description: 'Package Name Filter (optional)' + description: 'Package Name Filter (inclusive, optional)' dry-run-mode: type: choice description: 'Mode'