Skip to content

Commit 8dd2dc9

Browse files
build(deps): update softprops/action-gh-release digest to 71d29a0
1 parent 84efc0e commit 8dd2dc9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
run: uvx --from commitizen --with cz-conventional-gitmoji cz changelog ${{ github.ref_name }} --file-name release-notes.md
2929

3030
- name: Create release
31-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
31+
uses: softprops/action-gh-release@71d29a04ae7c63895f38299d7a5e05d238f7f445 # v2
3232
with:
3333
body_path: release-notes.md

template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/main.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
fi
116116

117117
- name: Create release
118-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
118+
uses: softprops/action-gh-release@71d29a04ae7c63895f38299d7a5e05d238f7f445 # v2
119119
with:
120120
body_path: release-notes.md
121121
prerelease: {% raw %}${{ steps.check_prerelease.outputs.is_prerelease }}{% endraw %}

0 commit comments

Comments
 (0)