Skip to content

Commit dc70179

Browse files
committed
chore: remove dry-run setting
1 parent 6636161 commit dc70179

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,11 @@ jobs:
4949
uses: HaaLeo/publish-vscode-extension@v2
5050
with:
5151
dependencies: false
52-
dryRun: true
5352
pat: ${{ secrets.OVSX_PERSONAL_ACCESS_TOKEN }}
5453

5554
- name: Publish to Visual Studio Marketplace
5655
uses: HaaLeo/publish-vscode-extension@v2
5756
with:
5857
dependencies: false
59-
dryRun: true
6058
pat: ${{ secrets.VSCE_PERSONAL_ACCESS_TOKEN }}
6159
registryUrl: https://marketplace.visualstudio.com

0 commit comments

Comments
 (0)