We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95910d9 commit adacdb6Copy full SHA for adacdb6
.github/workflows/release.yml
@@ -18,7 +18,6 @@ on:
18
jobs:
19
# Prepare and publish the plugin to JetBrains Marketplace repository
20
release:
21
- if: ${{ inputs.publishToMarketPlace == 'true'}}
22
name: Publish to Marketplace
23
runs-on: ubuntu-latest
24
permissions:
@@ -57,6 +56,7 @@ jobs:
57
56
58
# Publish the plugin to JetBrains Marketplace
59
- name: Publish Plugin to JetBrains Marketplace
+ if: ${{ inputs.publishToMarketPlace == 'true'}}
60
env:
61
PUBLISH_TOKEN: ${{ secrets.JETBRAINS_MARKETPLACE_TOKEN }}
62
run: |
0 commit comments