Skip to content

Commit

Permalink
Update script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lizheming committed Feb 17, 2024
1 parent 31bc393 commit 7b1b267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ echo "> Start release your build version"

# revision=$(grep -oE 'created revision: .*$' ./push.log | awk '{print $3}')
# releaseArgs="--rid=$revision"
releaseArgs="--latest"
releaseArgs="--confirm"
if [ -n "$SPACE_LISTED" ]; then
releaseArgs="$releaseArgs --listed=$SPACE_LISTED"
fi
Expand All @@ -113,4 +113,4 @@ then
exit $rc
else
echo $'\n'"> Successfully released!"$'\n'
fi
fi

0 comments on commit 7b1b267

Please sign in to comment.