Skip to content

Commit

Permalink
Fetch tags during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
meithecatte committed Sep 28, 2021
1 parent 2efecbd commit feff798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:

steps:
- uses: actions/checkout@v2

with:
fetch-depth: 0
- run: sudo apt install tup yasm
- run: tup
- run: python3 .github/workflows/name_release.py
Expand Down

0 comments on commit feff798

Please sign in to comment.