GitHub Actions: allow to release plugin even for the base project

This commit is contained in:
Jakub Chrzanowski 2020-09-11 08:33:17 +02:00
parent a0f5fa26db
commit 11725e4301

View File

@ -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