Skip to content

Commit

Permalink
chore: Update ci.yml
Browse files Browse the repository at this point in the history
npx vsce package
  • Loading branch information
thejustinwalsh authored Oct 14, 2024
1 parent 9e25de7 commit f728264
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Package extension
uses: lannonbr/vsce-action@master
with:
args: "package"
run: npx vsce package
- name: Get package name
id: get_package_name
run: |
Expand All @@ -57,7 +55,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Publish extension
uses: lannonbr/vsce-action@master
uses: lannonbr/vsce-action@4.0.0
with:
args: "publish -p ${{ secrets.VSCE_TOKEN }}"

Expand Down

0 comments on commit f728264

Please sign in to comment.