Skip to content

Commit

Permalink
Skip dupes for future debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Oct 8, 2024
1 parent 99b77ed commit b99708a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
dryRun: true
# preRelease: true
skipDuplicate: true
# - name: Publish to Visual Studio Marketplace
# uses: HaaLeo/publish-vscode-extension@v1
# with:
Expand All @@ -30,3 +31,4 @@ jobs:
# pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
# registryUrl: https://marketplace.visualstudio.com
# # preRelease: true
# skipDuplicate: true

0 comments on commit b99708a

Please sign in to comment.