diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2752d2a..4405736 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,6 @@ jobs: name: Publish Plugin runs-on: ubuntu-latest container: gradle:jdk8 - if: github.repository != 'JetBrains/intellij-platform-plugin-template' steps: # Check out current repository