From ca528a8b432e8568d85f750ca266a60b66de6213 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Tue, 31 Mar 2020 12:29:26 -0700 Subject: [PATCH] Publish ovsx now 'for real' ... the actual command that publishes our stuff was commented before. --- concourse/tasks/publish-ovsx-releases.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/concourse/tasks/publish-ovsx-releases.sh b/concourse/tasks/publish-ovsx-releases.sh index 4bff75b9a..2f9dfdc9c 100755 --- a/concourse/tasks/publish-ovsx-releases.sh +++ b/concourse/tasks/publish-ovsx-releases.sh @@ -19,7 +19,7 @@ do echo "" echo "We are runing the following command:" echo "" - echo " vsce publish -p $vsce_token $vsix_file" + echo " vsce publish -p vsce_token $vsix_file" echo "" - #vsce publish -p $vsce_token $vsix_file + vsce publish -p $vsce_token $vsix_file done