We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd0d54 commit ae8fa9eCopy full SHA for ae8fa9e
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
echo "version=$VERSION_NUM" >> $GITHUB_OUTPUT
58
59
- name: Conventional Changelog Update
60
- uses: TriPSs/conventional-changelog-action@67139193614f5b9e8db87da1bd4240922b34d765 # v6
+ uses: TriPSs/conventional-changelog-action@84dadaf2c367cb52af02737cd9c7e888807219e7 # v6
61
id: changelog
62
if: ${{ inputs.release == '' }}
63
continue-on-error: true
@@ -81,7 +81,7 @@ jobs:
81
fi
82
83
- name: Create Release
84
- uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
+ uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
85
if: steps.set-version.outputs.tag != ''
86
87
env:
0 commit comments