Skip to content

Commit

Permalink
scripts: fix bug in release script (#5892)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicks committed Jul 18, 2022
1 parent b8bc672 commit 1db980b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/record-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cd "$DIR/.."

ROOT=$(mktemp -d)
git clone https://tilt-releaser:"$GITHUB_TOKEN"@github.com/tilt-dev/cloud.tilt.dev "$ROOT"
cd "$ROOT"
echo "{\"Found\":false,\"Username\":\"\",\"TeamName\":\"\",\"TeamRole\":\"\",\"SuggestedTiltVersion\":\"$VERSION\",\"UserID\":0}" > "$ROOT/web/api/whoami"

git config --global user.email "it@tilt.dev"
Expand Down

0 comments on commit 1db980b

Please sign in to comment.