Skip to content

Commit 7dd4251

Browse files
build(deps): update softprops/action-gh-release digest to 72f2c25
1 parent 00854e4 commit 7dd4251

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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # 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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # 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)