Skip to content

Commit cb6c308

Browse files
build(deps): update softprops/action-gh-release digest to d5382d3
1 parent 00854e4 commit cb6c308

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@da05d552573ad5aba039eaac05058a918a7bf631 # v2
31+
uses: softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf # 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
@@ -90,7 +90,7 @@ jobs:
9090
run: {% raw %}uvx --from commitizen --with cz-conventional-gitmoji cz changelog ${{ github.ref_name }} --file-name release-notes.md && echo ${{ github.ref }}{% endraw %}
9191

9292
- name: Create release
93-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2
93+
uses: softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf # v2
9494
with:
9595
body_path: release-notes.md
9696
prerelease: {% raw %}${{ contains(github.ref_name, 'rc') || contains(github.ref_name, 'b') || contains(github.ref_name, 'a') }}{% endraw %}

0 commit comments

Comments
 (0)