Skip to content

Commit

Permalink
:)
Browse files Browse the repository at this point in the history
  • Loading branch information
9FS committed Sep 18, 2024
1 parent 00c5e49 commit bbffaa6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/on tag deploy on github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,13 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- name: "Checkout Repository"
uses: "actions/checkout@v4" # makes repository structure available

- name: "Generate Changelog"
id: "generate_changelog"
run: |
commit_messages=$(git log --pretty=format:"- %cd (%h): %s" ${{needs.initialisation.outputs.TAG_PREVIOUS}}..${{needs.initialisation.outputs.TAG}})
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
- name: "Create Release"
Expand Down

0 comments on commit bbffaa6

Please sign in to comment.