Skip to content

Commit

Permalink
chore: add test
Browse files Browse the repository at this point in the history
  • Loading branch information
sketchbuch committed Mar 5, 2024
1 parent f07d54a commit 7fda612
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish_vscodemp_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Install Vsce
run: npm i -g vsce

- name: Publish to VScode Marketplace
if: github.event_name == 'workflow_dispatch'
run: vsce publish -p ${{ secrets.VSCE_TOKEN_OLD }}
- name: Login publisher to VSCE
run: vsce login ${{ vars.VSCODE_MP_USER }} -p ${{ secrets.VSCE_TOKEN }}

# - name: Publish to VScode Marketplace
# if: github.event_name == 'workflow_dispatch'
# run: vsce publish -p ${{ secrets.VSCE_TOKEN_OLD }}

0 comments on commit 7fda612

Please sign in to comment.