Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fam007e authored Sep 24, 2024
1 parent 94f19f3 commit 2d0f139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Create release
id: create_release
run: |
version=$(date +'%Y.%m.%d').$(git rev-list --count HEAD)
version=$(date +'%Y.%m.%d')
changelog=$(git log --oneline --pretty=format:"* %s (%h)" | head -n 20)
echo "Changelog: $changelog" > release/changelog.txt
Expand Down

0 comments on commit 2d0f139

Please sign in to comment.