Skip to content

Commit

Permalink
Merging master back to develop.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike12345567 committed Sep 7, 2023
1 parent fd3b866 commit b2d0582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/budibase_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -251,4 +252,4 @@ jobs:
process.exit(1);
} else {
console.log('All good, the submodule had been merged and setup correctly!')
}
}
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.9.39-alpha.15",
"version": "2.9.39",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand All @@ -19,4 +19,4 @@
"loadEnvFiles": false
}
}
}
}

0 comments on commit b2d0582

Please sign in to comment.