File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
35
35
- name : Setup Release
36
36
id : setup_release
37
- uses : LizardByte/setup-release-action@v2024.919.143601
37
+ uses : LizardByte/setup-release-action@v2025.102.14715
38
38
with :
39
39
github_token : ${{ secrets.GITHUB_TOKEN }}
40
40
@@ -215,7 +215,7 @@ jobs:
215
215
- name : Create/Update GitHub Release
216
216
# only publish release on ubuntu-latest, is there any difference between the different builds?
217
217
if : ${{ needs.setup_release.outputs.publish_release == 'true' && matrix.os == 'ubuntu-latest' }}
218
- uses : LizardByte/create-release-action@v2024.919.143026
218
+ uses : LizardByte/create-release-action@v2025.102.13208
219
219
with :
220
220
allowUpdates : true
221
221
body : ${{ needs.setup_release.outputs.release_body }}
You can’t perform that action at this time.
0 commit comments