Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from dbpunk-labs/feat/add_cicd
Browse files Browse the repository at this point in the history
fix: add submodule checkout
  • Loading branch information
imotai authored Jan 3, 2023
2 parents b635247 + 5e74a18 commit 37a1840
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:
name: Publish Package to npmjs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: checkout db3.js
uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/[email protected]
with:
node-version: "16.x"
Expand Down

0 comments on commit 37a1840

Please sign in to comment.