Skip to content

Commit

Permalink
v0.1.4c
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV authored Nov 17, 2020
1 parent cb6de54 commit 8f9824b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Get commit-messages
id: get_messages
run: |
rm /tmp/messages.txt; git log --pretty=format:"%s" $(git describe --tags --abbrev=0 @^)..@ >> /tmp/messages.txt; cat /tmp/messages.txt >> $description
git log --pretty=format:"%s" $(git describe --tags --abbrev=0 @^)..@ >> /tmp/messages.txt; cat /tmp/messages.txt >> $description
echo "::set-output name=description::$description"
- name: Create Release
id: create_release
Expand Down

0 comments on commit 8f9824b

Please sign in to comment.