Skip to content

Commit

Permalink
Merge pull request #59 from joshmu/fix_pipeline-types
Browse files Browse the repository at this point in the history
fix: update vsce
  • Loading branch information
joshmu authored Aug 2, 2024
2 parents 00b8b40 + 39dae80 commit a8af89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
npm_config_arch: ${{ matrix.npm_config_arch }}
- shell: pwsh
run: echo "target=${{ matrix.platform }}-${{ matrix.arch }}" >> $env:GITHUB_ENV
- run: npx vsce package --target ${{ env.target }}
- run: npx @vscode/vsce package --target ${{ env.target }}
- uses: actions/upload-artifact@v4
with:
name: ${{ env.target }}
Expand All @@ -87,7 +87,7 @@ jobs:
if: success()
steps:
- uses: actions/download-artifact@v4
- run: npx vsce publish --packagePath $(find . -iname *.vsix)
- run: npx @vscode/vsce publish --packagePath $(find . -iname *.vsix)
env:
VSCE_PAT: ${{ secrets.VS_MARKETPLACE_TOKEN }}

Expand Down

0 comments on commit a8af89f

Please sign in to comment.