Skip to content

Commit

Permalink
fix: npm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
harrydowning committed Jun 29, 2024
1 parent f144cbf commit 1ed5556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
with:
node-version: "18"
- run: npm i
- run: npm vsce package
- run: npx vsce package
- run: echo "VERSION=$(node -p "require('./package.json').version")" >> "$GITHUB_ENV"
- run: gh release create v$VERSION --generate-notes yaml-embedded-languages-$VERSION.vsix
env:
GH_TOKEN: ${{ github.token }}
- run: yarn vsce publish
- run: npx vsce publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit 1ed5556

Please sign in to comment.