Skip to content

Commit

Permalink
[CI] Updated deploy workflow to checkout with submodules (#465)
Browse files Browse the repository at this point in the history
* Update `deploy` workflow to checkout with submodules

* Bumped version to v0.9.1

---------

Co-authored-by: Neurobagel Bot <neurobagel-bot[bot]@users.noreply.github.com>
  • Loading branch information
rmanaem and neurobagel-bot[bot] authored Jan 29, 2025
1 parent 38c0c16 commit 626bd91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

# TODO: Make this cleaner by for example using a custom hook and adding to document
- name: Add prod scripts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-query-tool",
"private": true,
"version": "v0.8.2",
"version": "v0.9.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 626bd91

Please sign in to comment.