diff --git a/plan-release-template.yml.ejs b/plan-release-template.yml.ejs index a83a34e..32800bf 100644 --- a/plan-release-template.yml.ejs +++ b/plan-release-template.yml.ejs @@ -47,6 +47,7 @@ jobs: - uses: peter-evans/create-pull-request@v8 name: Create Prepare Release PR + if: steps.explanation.outputs.new-version != '' && steps.explanation.outputs.new-version != 'vnull' with: commit-message: "Prepare Release ${{ steps.explanation.outputs.new-version}} using 'release-plan'" labels: "internal"