Skip to content

Commit

Permalink
Try to fix github actions... again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymia committed Jul 25, 2022
1 parent 928580b commit 916e907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion RulebookShared

0 comments on commit 916e907

Please sign in to comment.