Skip to content

Commit

Permalink
chore: extend changelog generation action
Browse files Browse the repository at this point in the history
  • Loading branch information
velramiir committed Sep 27, 2023
1 parent e2b3a24 commit 8159b5c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ jobs:
skip-commit: "true"
git-push: "false"
config-file-path: "dot-base/.github/.github/changelog.config.js@main"
create-summary: true

- name: Print Changelog Output Tag
uses: actions/github-script@v6
with:
script: |
console.log(steps.changelog.outputs.tag);

0 comments on commit 8159b5c

Please sign in to comment.