We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b32a76 commit fa27155Copy full SHA for fa27155
.github/workflows/release.yml
@@ -5,15 +5,6 @@ concurrency: release
5
6
on:
7
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'
17
18
jobs:
19
# Prepare and publish the plugin to JetBrains Marketplace repository
@@ -56,7 +47,6 @@ jobs:
56
47
57
48
# Publish the plugin to JetBrains Marketplace
58
49
- name: Publish Plugin to JetBrains Marketplace
59
- if: ${{ inputs.publishToMarketPlace == 'true'}}
60
50
env:
61
51
PUBLISH_TOKEN: ${{ secrets.JETBRAINS_MARKETPLACE_TOKEN }}
62
52
run: |
0 commit comments