Skip to content

Commit

Permalink
Updated build workflow
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
madskristensen committed Nov 20, 2023
1 parent d1f3fea commit 09e8b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Publish extension to Marketplace
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[release]') }}
uses: cezarypiatek/VsixPublisherAction@0.1
uses: cezarypiatek/VsixPublisherAction@1.0
with:
extension-file: '${{ github.event.repository.name }}.vsix'
publish-manifest-file: 'vs-publish.json'
Expand Down

0 comments on commit 09e8b98

Please sign in to comment.