Skip to content

Commit

Permalink
CI: Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
williambj1 committed Sep 23, 2020
1 parent bbcfb72 commit 1791555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Generate Release Notes
run: |
echo '### The latest updates are:' >> ReleaseNotes.md
git log -"$(git rev-list --count $(git rev-list --tags | grep -v 'alpha\|Alpha' | head -n 1)..HEAD)" --format="- %H %s" | grep -v '.git\|Merge\|yml\|CI' | sed '/^$/d' >> ReleaseNotes.md
git log -"$(git rev-list --count $(git rev-list -n 1 "$(git tag -l | grep -v 'alpha' | tail -1)")..HEAD)" --format="- %H %s" | grep -v '.git\|Merge\|yml\|CI' | sed '/^$/d' >> ReleaseNotes.md
- name: Delete Old Prerelease
uses: dev-drprasad/delete-tag-and-release@v0.1.2
Expand Down

0 comments on commit 1791555

Please sign in to comment.