Skip to content

Commit f952535

Browse files
committed
replace release github action
1 parent 1433043 commit f952535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-release.yaml

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

3535
- name: Create Release
36-
uses: softprops/action-gh-release
36+
uses: softprops/action-gh-release@v1
3737
with:
3838
body: ${{steps.github_release.outputs.changelog}}
3939
files: |

0 commit comments

Comments
 (0)