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 140f5de commit ec3023a
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 @@ -34,7 +34,7 @@ jobs:
- name: VSCE Publish
id: vsce
run: |
vsce pack --no-dependencies -p $env:VSCE_PAT
vsce pack --no-dependencies
$VsixName = Get-ChildItem -Filter *.vsix | Select-Object -First 1 -ExpandProperty Name
Write-Host "VSIX file name $VsixName"
"VSIX_FILENAME=$VsixName" >> $env:GITHUB_OUTPUT
Expand Down

0 comments on commit ec3023a

Please sign in to comment.