Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmahend1 committed Feb 21, 2025
1 parent c7b4c7e commit f3dfd91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
version: 10

- name: Install vsce and open vsx
run: |
Expand All @@ -34,9 +34,8 @@ jobs:
- name: VSCE Publish
id: vsce
run: |
vsce pack --no-dependencies
vsce publish --no-dependencies -p $env:VSCE_PAT
$VsixName = Get-ChildItem -Filter *.vsix | Select-Object -First 1 -ExpandProperty Name
Write-Host "VSIX file name $VsixName"
"VSIX_FILENAME=$VsixName" >> $env:GITHUB_OUTPUT
env:
VSCE_PAT: ${{ secrets.VSCE_PRETTYXML }}
Expand Down

0 comments on commit f3dfd91

Please sign in to comment.