Skip to content

Commit

Permalink
ci: ignore workspaces on release
Browse files Browse the repository at this point in the history
Fixes #76
  • Loading branch information
dvirtz committed Jul 18, 2023
1 parent 5f6ea54 commit 164abbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
GH_TOKEN: ${{ secrets.RELEASE_PAT }}
VSCE_PAT: ${{ secrets.VSCE_PAT }}
OVSX_PAT: ${{ secrets.OVSX_PAT }}
run: npx semantic-release
run: npx --no-workspaces semantic-release
- name: Package
if: github.ref != 'refs/heads/master'
uses: lannonbr/vsce-action@master
Expand Down

0 comments on commit 164abbe

Please sign in to comment.