Merge branch 'develop' of github.com:Budibase/budibase into fix/shared-core-dev
This commit is contained in:
commit
5ea2940b5d
|
@ -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!')
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "2.9.39-alpha.15",
|
||||
"version": "2.9.40-alpha.0",
|
||||
"npmClient": "yarn",
|
||||
"packages": [
|
||||
"packages/*"
|
||||
|
|
Loading…
Reference in New Issue