Skip to content

Commit

Permalink
vx: reset to root folder before comitting
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Sep 30, 2023
1 parent 6bf3bbc commit f61b359
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vx/scripts/release/steps/push_to_latest_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
git config --global user.email $EMAIL_ADDRESS --replace-all
git config --global user.name $GIT_NAME

echo "Going back to root folder"
cd $GITHUB_WORKSPACE

echo "Fetching stable for reference"
git fetch https://$PUBLIC_REPO_TOKEN@github.com/$GITHUB_REPOSITORY.git $STABLE_BRANCH || echo "Stable branch doesn't exist"
Expand Down

2 comments on commit f61b359

@vercel
Copy link

@vercel vercel bot commented on f61b359 Sep 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest-next – ./website

vest-website.vercel.app
vest-next.vercel.app
vest-next-ealush.vercel.app
vest-next-git-latest-ealush.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f61b359 Sep 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest – ./website

vest-git-latest-ealush.vercel.app
vest.vercel.app
www.vestjs.dev
vest-ealush.vercel.app
vestjs.dev

Please sign in to comment.