Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom McKay committed Apr 8, 2021
1 parent b20c1fa commit 725b6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
curl -o /tmp/git-chglog -L https://github.com/ldelossa/git-chglog/releases/download/v0.11.2-sortbysemver/linux.amd64.git-chglog
chmod u+x /tmp/git-chglog
echo "creating change log for tag: $TAG"
/tmp/git-chglog "${TAG}" > changelog
/tmp/git-chglog --tag-filter-pattern "v3.*" "${TAG}" > changelog
- name: Upload Release Archive
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 725b6ba

Please sign in to comment.