Skip to content

Commit 25b2056

Browse files
authored
prepare for deployment
1 parent 5d21f45 commit 25b2056

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ jobs:
4747
# Use the registry API at this base URL
4848
registryUrl: https://marketplace.visualstudio.com # optional, default is https://open-vsx.org
4949
# Path to the extension to be packaged and published. Cannot be used together with extensionFile.
50-
packagePath: ./ # optional, default is ./
50+
#packagePath: # optional, default is ./
5151
# Prepend all relative links in README.md with this URL.
5252
#baseContentUrl: # optional
5353
# Prepend all relative image links in README.md with this URL.
5454
#baseImagesUrl: # optional
5555
# Use yarn instead of npm while packing extension files.
5656
#yarn: # optional
5757
# Set this option to "true" to package your extension but do not publish it.
58-
dryRun: true # optional
58+
#dryRun: # optional
5959
# Allow publishing extensions to the visual studio marketplace which use a proposed API (enableProposedApi: true).
6060
#noVerify: # optional
6161
# Publish a version marked as a Pre-Release.

0 commit comments

Comments
 (0)