We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a083a43 commit a2382b0Copy full SHA for a2382b0
.github/workflows/nightly.yml
@@ -56,7 +56,7 @@ jobs:
56
body: ${{ steps.build_github_release.outputs.changelog }}
57
- name: Update CHANGELOG.md
58
if: steps.build_github_release.outputs.changelog != ''
59
- uses: stefanzweifel/changelog-updater-action@61ce794778aa787ea8d204d9fe2928543cb2fe40 # v1
+ uses: stefanzweifel/changelog-updater-action@a938690fad7edf25368f37e43a1ed1b34303eb36 # v1
60
with:
61
latest-version: ${{ steps.prepare_release.outputs.version }}
62
release-notes: ${{ steps.build_github_release.outputs.changelog }}
0 commit comments