From 4a7dd0a4aa2fb09f6a0fe93001bd39f6fc99360d Mon Sep 17 00:00:00 2001 From: Kolja Lampe Date: Thu, 5 Sep 2019 22:33:10 +0200 Subject: [PATCH] Fix wrong command --- HOW_TO_RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOW_TO_RELEASE.md b/HOW_TO_RELEASE.md index 04242d2..0f31fdd 100644 --- a/HOW_TO_RELEASE.md +++ b/HOW_TO_RELEASE.md @@ -3,5 +3,5 @@ - Run `npm install` - Run `npm run compile` - Push the code to github and wait for the CI -- Run `vsce` +- Run `vsce publish` - Tag the new version on github