Skip to content

Commit 0872393

Browse files
chore(deps): upgrade softprops/action-gh-release action to v2.3.3
1 parent 9d09337 commit 0872393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
python3 -m build --sdist
199199
python3 -m build --wheel
200200
- name: "Create GitHub Release"
201-
uses: softprops/[email protected].2
201+
uses: softprops/[email protected].3
202202
id: gh-release
203203
with:
204204
tag_name: "v${{ inputs.version }}"

0 commit comments

Comments
 (0)