Skip to content

Commit

Permalink
chore: update action (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
sketchbuch authored Mar 5, 2024
1 parent c1bb598 commit c22d5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_vscodemp_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
run: npm i -g vsce

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

0 comments on commit c22d5b0

Please sign in to comment.