We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a1f57 commit 40bed96Copy full SHA for 40bed96
2 files changed
.github/workflows/Auto.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- run: |
60
git config user.name "Auto"
61
- git config user.email "auto@playform.cloud"
+ git config user.email "Commit@PlayForm.Cloud"
62
git add .
63
git commit -a --allow-empty-message -m ""
64
package.json
@@ -23,8 +23,8 @@
23
},
24
"dependencies": {},
25
"devDependencies": {
26
- "@cloudflare/workers-types": "4.20250403.0",
27
- "@playform/build": "0.2.1"
+ "@cloudflare/workers-types": "4.20250404.0",
+ "@playform/build": "0.2.2"
28
29
"publishConfig": {
30
"access": "public"
0 commit comments