Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Jan 9, 2025
1 parent 52874b4 commit 0ee3084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/interactive-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,9 @@ fi

VERSION=$1


print-status
while true; do
STEP="$(ask "Type [1-8] to run the given step or press enter to see status: ")"
STEP="$(ask "Type [1-8] to run the given step or press enter to see updated status: ")"
case $STEP in
"1") check-and-open-plutus-pr ;;
"2") check-plutus-pr-review-status ;;
Expand Down

0 comments on commit 0ee3084

Please sign in to comment.