From 0e186ab803d4557d44bb549693593f0458cdb1ab Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Wed, 25 Sep 2024 19:15:40 +0200 Subject: [PATCH] checkout from git before creating the npm package --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4a001c8..d66db5b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -175,6 +175,10 @@ jobs: version: ${{ steps.version.outputs.version }} steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + submodules: true - name: Download the SWIG-generated wrappers uses: actions/download-artifact@v4 with: