1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Merging master back to develop.

This commit is contained in:
mike12345567 2023-09-07 14:04:40 +01:00
parent a6c1f00ef0
commit 52f33bd14d
2 changed files with 4 additions and 3 deletions

View file

@ -214,6 +214,7 @@ jobs:
with:
submodules: true
token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
fetch-depth: 0
- name: Check pro commit
id: get_pro_commits
@ -251,4 +252,4 @@ jobs:
process.exit(1);
} else {
console.log('All good, the submodule had been merged and setup correctly!')
}
}

View file

@ -1,5 +1,5 @@
{
"version": "2.9.39-alpha.15",
"version": "2.9.39",
"npmClient": "yarn",
"packages": [
"packages/*"
@ -19,4 +19,4 @@
"loadEnvFiles": false
}
}
}
}