We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8ce86 commit 79fde89Copy full SHA for 79fde89
.github/workflows/publish-to-vscode.yml
@@ -13,7 +13,7 @@ on:
13
14
jobs:
15
publish-to-vscode:
16
- if: ${{ ! endsWith(github.event.inputs.version, "preview") || github.event_name == 'workflow_dispatch' }}
+ if: ${{ ! endsWith(github.event.inputs.version, 'preview') || github.event_name == 'workflow_dispatch' }}
17
runs-on: ubuntu-latest
18
environment: Production
19
0 commit comments