Skip to content

Commit 79fde89

Browse files
Fix publish to marketplace github action (#1143)
## Changes <!-- Summary of your changes that are easy to understand --> ## Tests <!-- How is this tested? -->
1 parent 9c8ce86 commit 79fde89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-vscode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
publish-to-vscode:
16-
if: ${{ ! endsWith(github.event.inputs.version, "preview") || github.event_name == 'workflow_dispatch' }}
16+
if: ${{ ! endsWith(github.event.inputs.version, 'preview') || github.event_name == 'workflow_dispatch' }}
1717
runs-on: ubuntu-latest
1818
environment: Production
1919

0 commit comments

Comments
 (0)