diff --git a/.github/workflows/build_dist.yml b/.github/workflows/build_dist.yml index 67bdcd6..86a117f 100644 --- a/.github/workflows/build_dist.yml +++ b/.github/workflows/build_dist.yml @@ -15,8 +15,6 @@ jobs: lfs: true - name: Install dependencies run: sudo apt-get install -y lyx qpdf texlive-latex-recommended texlive-xetex - - name: Debug - run: env - name: Retrieve gitinfo run: RulebookShared/hooks/post-checkout - name: Run build script @@ -44,6 +42,8 @@ jobs: name: dist-packages path: artifacts + - name: Remove git hooks (hack to make action-create-tag work) + run: 'rm -rfv .git/hooks/*' - uses: rickstaa/action-create-tag@v1 with: tag: ${{ env.VERSION_STR }} diff --git a/RulebookShared b/RulebookShared index af5bf67..2a486c4 160000 --- a/RulebookShared +++ b/RulebookShared @@ -1 +1 @@ -Subproject commit af5bf6724a3da27a8ac9c620b5c7eda29ebc341b +Subproject commit 2a486c4e5131a7120c9617584d6d5d5bba4ac3a9