mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
release: update changelog generator version
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
parent
5c07e19c8d
commit
83e0bbd79b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Generate changelog
|
||||
id: changelog
|
||||
uses: metcalfc/changelog-generator@v1.0.1
|
||||
uses: metcalfc/changelog-generator@v2.0.0
|
||||
with:
|
||||
myToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Create Release
|
||||
|
|
Loading…
Reference in a new issue