Skip to content

Commit 5900142

Browse files
committed
refactor: Ajustando as validações dos testes.
1 parent 4f2b7c2 commit 5900142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

new_release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ if [[ -z "$1" ]] || [[ -z "$2" ]]; then
2525
else
2626
echo -e "${YELLOW}Branch:${NC} ${LIGHT_PURPLE}${BRANCH}${NC}"
2727
echo -e "${YELLOW}Version:${NC} ${LIGHT_PURPLE}${VERSION}${NC}"
28+
git pull
2829
if [[ "$3" ]]; then
2930
echo -e "${YELLOW}Dry-run:${NC} ${LIGHT_PURPLE}YES${NC}"
3031
npm run release -- --release-as ${VERSION} --dry-run

0 commit comments

Comments
 (0)