diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 09cc351..c14dc19 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,6 +16,8 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm i + - name: Update submodules + run: git submodule update --init --recursive - name: Transpile typescript code run: npm run build:solo - name: Publish package on NPM 📦 diff --git a/CITATION.cff b/CITATION.cff index 383ba3f..c0deee2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -19,5 +19,5 @@ keywords: - ecoledirecte - papillon license: GPL-3.0 -version: 0.2.4 +version: 0.2.5 date-released: '2024-03-10'