Skip to content

Commit

Permalink
KXI-33125: Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cterry45 committed Jan 25, 2024
1 parent f50fcfd commit e533628
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/prod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,18 @@ jobs:

publish:
needs: manual-approve
- name: Checkout source code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies
run: npm ci --include=dev
- name: Publish to VSCode Marketplace
run: npm run publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
steps:
- name: Checkout source code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies
run: npm ci --include=dev
- name: Publish to VSCode Marketplace
run: npm run publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit e533628

Please sign in to comment.