Skip to content

Commit

Permalink
fix(CI): submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribó <elribonazo@gmail.com>
  • Loading branch information
elribonazo committed Sep 30, 2023
1 parent 0e4248b commit 86d22e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
submodules: 'recursive' # ensures submodules are cloned properly

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@djack-p2p/pluto-encrypted",
"name": "@identity-core/pluto-encrypted",
"version": "0.0.1",
"description": "Contains an [Atala Prism Wallet SDK Pluto](https://input-output-hk.github.io/atala-prism-wallet-sdk-ts/interfaces/Domain.Pluto.html) implementation using Dexie and Dexie Encrypted.",
"main": "./build/index.js",
Expand Down

0 comments on commit 86d22e0

Please sign in to comment.