Skip to content

Commit

Permalink
ci: allow skipping duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
71 committed Nov 1, 2023
1 parent d630c38 commit 5d5efc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
yarn: true
skipDuplicate: true

- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@8dd35ed51f326dfb0a3e9cfc6baeca81781229fc
Expand All @@ -63,6 +64,7 @@ jobs:
extensionFile: ${{ steps.publishToOpenVSX.outputs.vsixPath }}
packagePath: '' # Default is `./` and conflicts with `extensionFile`.
yarn: true
skipDuplicate: true

- name: Compute pre-release versions
id: pre-release-versions
Expand All @@ -85,3 +87,4 @@ jobs:
packagePath: '' # Default is `./` and conflicts with `extensionFile`.
yarn: true
preRelease: true
skipDuplicate: true

0 comments on commit 5d5efc0

Please sign in to comment.