Skip to content

Commit

Permalink
ci: fix download artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Nov 7, 2023
1 parent d1eae12 commit f9dfae8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ jobs:
uses: actions/download-artifact@v3
with:
name: biome.vsix
path: biome.vsix
- 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 }}

- 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 f9dfae8

Please sign in to comment.