Skip to content

Commit

Permalink
ci(changelog): echo changelog generated by tag create action
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeratoxx committed Mar 2, 2024
1 parent a95460b commit a1080b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ env.DEV_VERSION }}
tag_prefix: v
create_annotated_tag: true
create_annotated_tag: true

- name: Output changelog since last version
run: echo "${{ steps.push_tag.outputs.changelog }}"

0 comments on commit a1080b1

Please sign in to comment.