Skip to content

Commit beb8601

Browse files
committed
modify test workflow
1 parent af902d5 commit beb8601

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-exe-and-publish-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Release
1+
name: Build and Release (test)
22

33
on:
44
workflow_dispatch:
@@ -58,5 +58,6 @@ jobs:
5858
tag_name: ${{ github.event.inputs.tag }}
5959
name: Cruelty Squad Save Editor v${{ github.event.inputs.tag }}
6060
body: ${{ github.event.inputs.description }}
61+
prerelease: true
6162
env:
6263
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)