We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708a652 commit 7005b01Copy full SHA for 7005b01
.github/workflows/release.yaml
@@ -540,7 +540,7 @@ jobs:
540
- name: Build changelog
541
if: github.ref_type == 'tag' || github.event_name == 'pull_request'
542
id: build_changelog
543
- uses: mikepenz/release-changelog-builder-action@2cb9befdbc05f65b8354cc9873cd506509bd0782 # v6.2.0
+ uses: mikepenz/release-changelog-builder-action@bcae7115752d4ed746ff92feb666574428a79415 # v6.2.1
544
with:
545
fromTag: ${{ needs.get-previous-release.outputs.tag || '' }}
546
toTag: ${{ github.ref_type == 'tag' && github.ref_name || github.sha }}
0 commit comments