We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ec41e commit cca2af8Copy full SHA for cca2af8
.github/workflows/jetbrains-release.yaml
@@ -37,7 +37,7 @@ jobs:
37
# Prepare and publish the plugin to JetBrains Marketplace repository
38
build:
39
# needs: check_release_name
40
- if: needs.check_release_name.outputs.should_run == 'true'
+ # if: needs.check_release_name.outputs.should_run == 'true'
41
name: Build Plugin
42
runs-on: ubuntu-latest
43
permissions:
0 commit comments