Skip to content

Commit 164abbe

Browse files
committed
ci: ignore workspaces on release
Fixes llvm#76
1 parent 5f6ea54 commit 164abbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
GH_TOKEN: ${{ secrets.RELEASE_PAT }}
103103
VSCE_PAT: ${{ secrets.VSCE_PAT }}
104104
OVSX_PAT: ${{ secrets.OVSX_PAT }}
105-
run: npx semantic-release
105+
run: npx --no-workspaces semantic-release
106106
- name: Package
107107
if: github.ref != 'refs/heads/master'
108108
uses: lannonbr/vsce-action@master

0 commit comments

Comments
 (0)