Publish ovsx now 'for real'

... the actual command that publishes our stuff was commented before.
This commit is contained in:
Kris De Volder
2020-03-31 12:29:26 -07:00
parent 38b75b7ae9
commit ca528a8b43

View File

@@ -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