Skip to content

Commit

Permalink
haher
Browse files Browse the repository at this point in the history
  • Loading branch information
9FS committed Sep 18, 2024
1 parent 5f02101 commit d7791ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on tag deploy on github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: "Generate Changelog"
id: "generate_changelog"
run: |
commit_messages=$(git log --pretty=format:'- %cI (%h): %s' '${{needs.initialisation.outputs.TAG_PREVIOUS}}'..'${{needs.initialisation.outputs.TAG}}')
commit_messages=$(git log --pretty=format:'- %h: %s' '${{needs.initialisation.outputs.TAG_PREVIOUS}}'..'${{needs.initialisation.outputs.TAG}}')
{
echo "changelog<<EOF" # use heredoc to handle multiline output properly
echo "## Changelog"
Expand Down

0 comments on commit d7791ee

Please sign in to comment.