Skip to content

Commit a41e6ba

Browse files
committed
Change create release drafts instead of automatically adding them as new releases
This way the release can first be checked before it is marked to be visible for the public
1 parent a0b6f74 commit a41e6ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119
[${{ needs.variables.outputs.TAG }} Demo](https://deml.io/experiments/unity-webgl/${{ needs.variables.outputs.TAG }}/)
120120
[${{ needs.variables.outputs.TAG }}-minsize Demo](https://deml.io/experiments/unity-webgl/${{ needs.variables.outputs.TAG }}-minsize/)
121121
[${{ needs.variables.outputs.TAG }}-urp Demo](https://deml.io/experiments/unity-webgl/${{ needs.variables.outputs.TAG }}-urp/)
122+
draft: true
122123

123124

124125
deployOnServer:

0 commit comments

Comments
 (0)