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

pull/32/head
Jakub Chrzanowski 4 years ago
parent a0f5fa26db
commit 11725e4301

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

Loading…
Cancel
Save