Skip to content

Commit 6940e41

Browse files
committed
Fix the release workflow
1 parent c427c21 commit 6940e41

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111

1212
# Prepare the environment and build the plugin
1313
build-dependencies:
14-
if: ${{ startsWith(github.event.release.tag_name, '4') }}
1514
name: Build Dependencies
1615
runs-on: ubuntu-latest
1716
steps:
@@ -62,7 +61,6 @@ jobs:
6261

6362
# Prepare and publish the plugin to JetBrains Marketplace repository
6463
release:
65-
if: ${{ startsWith(github.event.release.tag_name, 'v4') }}
6664
needs: [ build-dependencies ]
6765
name: Publish Plugin
6866
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)