mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Perform GitHub Actions Release workflow only in project using the template
This commit is contained in:
parent
c23f8b9d3a
commit
b72f23d76f
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -12,6 +12,7 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
name: Publish Plugin
|
name: Publish Plugin
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository != 'JetBrains/intellij-platform-plugin-template' #REMOVE-IN-CLEANUP#
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
# Check out current repository
|
# Check out current repository
|
||||||
|
Loading…
Reference in New Issue
Block a user