Skip to content

Commit

Permalink
dis?
Browse files Browse the repository at this point in the history
  • Loading branch information
9FS committed Sep 18, 2024
1 parent c0b3778 commit ae32bbb
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 @@ -93,7 +93,7 @@ jobs:
id: "generate_changelog"
run: |
commit_messages=$(git log --pretty=format:"- %cI (%h): %s" "${{needs.initialisation.outputs.TAG_PREVIOUS}}".."${{needs.initialisation.outputs.TAG}}")
echo "changelog=# Changelog\n\n$commit_messages" >> $GITHUB_OUTPUT
echo "# Changelog\n\n$commit_messages" >> $GITHUB_OUTPUT
- name: "Create Release"
env:
Expand Down

0 comments on commit ae32bbb

Please sign in to comment.