Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Nov 7, 2023
1 parent 841bea7 commit d1eae12
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
with:
name: biome.vsix
path: biome.vsix

- name: Publish extension to Visual Studio Marketplace
run: pnpm exec vsce publish --packagePath biome.vsix
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
- name: Debug
run: ls -la biome.vsix
# - name: Publish extension to Visual Studio Marketplace
# run: pnpm exec vsce publish --packagePath biome.vsix
# env:
# VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit d1eae12

Please sign in to comment.