Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
ci: whoops, turn off dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrull committed Oct 14, 2022
1 parent f01841c commit a2e749c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,11 @@ jobs:
uses: HaaLeo/publish-vscode-extension@v1
id: publishToOpenVSX
with:
dryRun: true
pat: ${{ secrets.OPEN_VSX_TOKEN }}
extensionFile: ${{ needs.test-and-package.outputs.vsixPath }}
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
dryRun: true
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
extensionFile: ${{ needs.test-and-package.outputs.vsixPath }}

0 comments on commit a2e749c

Please sign in to comment.