mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-05 06:11:52 +00:00
fix(actions): use github event release body as conditional
output from a previous step has been removed recently - relying on github event release body to determine if pr should be opened
This commit is contained in:
parent
28451c0c0f
commit
ae051ed9ae
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
|||||||
|
|
||||||
# Create a pull request
|
# Create a pull request
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: ${{ steps.properties.outputs.changelog != '' }}
|
if: ${{ github.event.release.body != '' }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user