Skip to content

Commit

Permalink
feat: update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeyoojin committed Aug 1, 2024
1 parent a447a6b commit 5fa9030
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ jobs:
run: yarn compile
working-directory: ./fosslight-scanner

- name: Install vsce
run: npm install -g @vscode/vsce

- name: Package the extension
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
run: |
vsce package --allow-missing-repository
working-directory: ./fosslight-scanner

- name: Publish the extension
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
run: |
echo $VSCE_PAT | vsce publish --pat $VSCE_PAT
working-directory: ./fosslight-scanner
- name: Install vsce
run: npm install -g @vscode/vsce

- name: Package the extension
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
run: |
vsce package --allow-missing-repository
working-directory: ./fosslight-scanner

- name: Publish the extension
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
run: |
echo $VSCE_PAT | vsce publish --pat $VSCE_PAT
working-directory: ./fosslight-scanner

0 comments on commit 5fa9030

Please sign in to comment.