Skip to content

Commit 79b1366

Browse files
committed
fix VS Code release
1 parent 635799e commit 79b1366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-vscode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Publish to VS Code Marketplace
7373
working-directory: renamify-vscode
74-
run: npx vsce publish -p ${{ secrets.VSCE_TOKEN }}
74+
run: npx vsce publish --no-dependencies --packagePath *.vsix -p ${{ secrets.VSCE_TOKEN }}
7575

7676
- name: Create GitHub Release
7777
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)