Skip to content

Commit

Permalink
soo
Browse files Browse the repository at this point in the history
  • Loading branch information
9FS committed Sep 18, 2024
1 parent 172e029 commit 938b103
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/on tag deploy on github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +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}}")
echo -e "changelog=# Changelog\n\n$commit_messages | sed 's/%/%25/g; s/\n/%0A/g; s/\r/%0D/g'" >> $GITHUB_OUTPUT
echo -e "changelog=# Changelog\n\n$(git log --pretty=format:'- %cI (%h): %s' '${{needs.initialisation.outputs.TAG_PREVIOUS}}'..'${{needs.initialisation.outputs.TAG}}')" >> $GITHUB_OUTPUT
- name: "Create Release"
env:
Expand Down

0 comments on commit 938b103

Please sign in to comment.