Skip to content

Commit adacdb6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818
jobs:
1919
# Prepare and publish the plugin to JetBrains Marketplace repository
2020
release:
21-
if: ${{ inputs.publishToMarketPlace == 'true'}}
2221
name: Publish to Marketplace
2322
runs-on: ubuntu-latest
2423
permissions:
@@ -57,6 +56,7 @@ jobs:
5756
5857
# Publish the plugin to JetBrains Marketplace
5958
- name: Publish Plugin to JetBrains Marketplace
59+
if: ${{ inputs.publishToMarketPlace == 'true'}}
6060
env:
6161
PUBLISH_TOKEN: ${{ secrets.JETBRAINS_MARKETPLACE_TOKEN }}
6262
run: |

0 commit comments

Comments
 (0)