Skip to content

Commit

Permalink
ci(changelog): refactoring
Browse files Browse the repository at this point in the history
- fix transformer regex
- add log list pull request
  • Loading branch information
Yakutoc committed Dec 13, 2023
1 parent 6b69a9e commit 711df29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 711df29

Please sign in to comment.