We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c427c21 commit 6940e41Copy full SHA for 6940e41
.github/workflows/release.yml
@@ -11,7 +11,6 @@ jobs:
11
12
# Prepare the environment and build the plugin
13
build-dependencies:
14
- if: ${{ startsWith(github.event.release.tag_name, '4') }}
15
name: Build Dependencies
16
runs-on: ubuntu-latest
17
steps:
@@ -62,7 +61,6 @@ jobs:
62
61
63
# Prepare and publish the plugin to JetBrains Marketplace repository
64
release:
65
- if: ${{ startsWith(github.event.release.tag_name, 'v4') }}
66
needs: [ build-dependencies ]
67
name: Publish Plugin
68
0 commit comments