Skip to content

Commit d311cb4

Browse files
committed
Fix typo in GitHub action name
Change softproxy to softprops for action-gh-release
1 parent 55615e3 commit d311cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
});
7171
7272
- name: Create release
73-
uses: softproxy/action-gh-release@v2
73+
uses: softprops/action-gh-release@v2
7474
with:
7575
tag_name: ${{ steps.version.outputs.new_tag }}
7676
name: ${{ steps.version.outputs.new_tag }}

0 commit comments

Comments
 (0)