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 5fa9030 commit a0bd230
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
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
Expand All @@ -43,5 +41,5 @@ jobs:
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
run: |
echo $VSCE_PAT | vsce publish --pat $VSCE_PAT
vsce publish
working-directory: ./fosslight-scanner

0 comments on commit a0bd230

Please sign in to comment.