Skip to content

Commit

Permalink
chore: enable stage promotion script for beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Regolith Linux committed Jun 20, 2024
1 parent 0f5c23f commit 45edc6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/tag-stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/promote-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 45edc6a

Please sign in to comment.