Skip to content

Commit c28b199

Browse files
Fix workflow
1 parent f91cf95 commit c28b199

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ jobs:
4848
start_server.sh
4949
5050
- name: Create Release
51-
uses: softprops/action-gh-release@v1
51+
uses: softprops/action-gh-release@v2
5252
with:
5353
name: PSP Linux Controller v${{ steps.version.outputs.VERSION }}
54+
make_latest: true
5455
body: |
5556
## PSP Linux Controller v${{ steps.version.outputs.VERSION }}
5657

0 commit comments

Comments
 (0)