Skip to content

Commit 3644876

Browse files
committed
mistype
1 parent 2633166 commit 3644876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
preRelease: ${{github.event.release.prerelease || inputs.preRelease}}
5252
dryRun: ${{ inputs.dryRun }}
5353
- name: delete package
54-
run: rm -rf "${{ steps.publishToOpenVSX.outputs.vsixPath }}""
54+
run: rm -rf "${{ steps.publishToOpenVSX.outputs.vsixPath }}"
5555
- name: Publish to Visual Studio Marketplace
5656
uses: HaaLeo/[email protected]
5757
with:

0 commit comments

Comments
 (0)