Skip to content

Commit a003f49

Browse files
authored
fix: update version to 0.5.6 and modify Open VSX publish command to skip duplicates (#44)
1 parent 855d29e commit a003f49

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767

6868
- name: Publish to Open VSX
6969
if: steps.check_version.outputs.changed == 'true'
70-
run: npx ovsx publish virtual-tabs.vsix -p ${{ secrets.OPEN_VSX_TOKEN }} --no-fail-if-already-exists
70+
run: npx ovsx publish virtual-tabs.vsix -p ${{ secrets.OPEN_VSX_TOKEN }} --skip-duplicate

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "virtual-tabs",
33
"displayName": "VirtualTabs - Virtual File Directories & AI context management",
44
"description": "%extension.description%",
5-
"version": "0.5.5",
5+
"version": "0.5.6",
66
"publisher": "winterdrive",
77
"icon": "docs/assets/virtualtabs_icon_128.png",
88
"categories": [

0 commit comments

Comments
 (0)