Skip to content

Commit b493942

Browse files
authored
chore(actions): fix master create release action (#127)
1 parent 7dd4283 commit b493942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7575

7676
- name: Create Draft Release
77-
uses: actions/create-release@v2
77+
uses: softprops/action-gh-release@v2
7878
env:
7979
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080
with:

0 commit comments

Comments
 (0)