Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/new_tag_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
submodules: recursive
- name: "Generate changelog"
id: changelog
uses: metcalfc/changelog-generator@0440d0932f9a0dd1cc9ecd8412830761351323bd
uses: metcalfc/changelog-generator@98b12822c5dc6bad335d1d60d920cb69831b9c5d
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
- name: "Print changelog"
Expand Down
Loading