Skip to content

Commit

Permalink
Merge pull request #10 from PapillonApp/dev
Browse files Browse the repository at this point in the history
FIX : Add update submodules in workflow
  • Loading branch information
camarm-dev authored Mar 10, 2024
2 parents ae07e0a + 263ab51 commit 1715011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 📦
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ keywords:
- ecoledirecte
- papillon
license: GPL-3.0
version: 0.2.4
version: 0.2.5
date-released: '2024-03-10'

0 comments on commit 1715011

Please sign in to comment.