Skip to content

Commit

Permalink
Update PublishVSIX.yml
Browse files Browse the repository at this point in the history
Added workflow_dispatch to PublishVSIX action so it can be triggered manually.
  • Loading branch information
pharring committed Jan 27, 2024
1 parent c2e0ae1 commit 7ec0a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/PublishVSIX.yml
Expand Up @@ -8,6 +8,7 @@ name: Publish to VS Marketplace
on:
release:
types: [published]
workflow_dispatch:

jobs:
publish:
Expand Down

0 comments on commit 7ec0a18

Please sign in to comment.