Skip to content

Commit fa27155

Browse files
authored
chore(skip-release): Update release.yml
Signed-off-by: Stephane Bouchet <[email protected]>
1 parent 8b32a76 commit fa27155

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

-10
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ concurrency: release
55

66
on:
77
workflow_dispatch:
8-
inputs:
9-
publishToMarketPlace:
10-
description: 'Publish to JetBrains Marketplace ?'
11-
required: true
12-
type: choice
13-
options:
14-
- 'true'
15-
- 'false'
16-
default: 'false'
178

189
jobs:
1910
# Prepare and publish the plugin to JetBrains Marketplace repository
@@ -56,7 +47,6 @@ jobs:
5647
5748
# Publish the plugin to JetBrains Marketplace
5849
- name: Publish Plugin to JetBrains Marketplace
59-
if: ${{ inputs.publishToMarketPlace == 'true'}}
6050
env:
6151
PUBLISH_TOKEN: ${{ secrets.JETBRAINS_MARKETPLACE_TOKEN }}
6252
run: |

0 commit comments

Comments
 (0)