From 711df2928d1c37f50316bee3187c228794d30549 Mon Sep 17 00:00:00 2001 From: Alexander Lobyntsev Date: Wed, 13 Dec 2023 15:59:56 +0700 Subject: [PATCH] ci(changelog): refactoring - fix transformer regex - add log list pull request --- .github/workflows/release-pr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 027981a09d..5f46fbe2bc 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -32,6 +32,9 @@ jobs: with: fromTag: ${{ env.FROM_TAG }} configuration: "./.github/changelog-builder-config.json" + + - name: List pull request + run: echo "pull_requests -->${{ steps.github_release.outputs.pull_requests}}" - name: Create "changelog_artifacts.md" run: |