Skip to content

Commit 2b4ea2d

Browse files
committed
fix(dist): delete redundant prompt
We don't need to prompt the user to publish the website because the step automatically publishes. Remove the confusing WaitForDone() call.
1 parent 684ddb8 commit 2b4ea2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dist/release.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ var Steps []Step = []Step{
294294
Stopf("missing -ReleaseCommitHash\n")
295295
}
296296
RunCommandOrStop("./website/tools/deploy.sh", ReleaseCommitHash)
297-
WaitForDone()
298297
},
299298
},
300299

0 commit comments

Comments
 (0)