We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af902d5 commit beb8601Copy full SHA for beb8601
.github/workflows/build-exe-and-publish-test.yml
@@ -1,4 +1,4 @@
1
-name: Build and Release
+name: Build and Release (test)
2
3
on:
4
workflow_dispatch:
@@ -58,5 +58,6 @@ jobs:
58
tag_name: ${{ github.event.inputs.tag }}
59
name: Cruelty Squad Save Editor v${{ github.event.inputs.tag }}
60
body: ${{ github.event.inputs.description }}
61
+ prerelease: true
62
env:
63
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments