Skip to content

Commit

Permalink
Fetch tags with checkout@v4
Browse files Browse the repository at this point in the history
We need tags to extract code version with git describe.
  • Loading branch information
kpushkaryov committed Dec 20, 2023
1 parent b08b3b8 commit bd2bb29
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,9 +10,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
fetch-tags: true
- name: Prepare artifact store
run: mkdir -p ./buck-out/gen
- name: Build debian11to12
Expand Down

0 comments on commit bd2bb29

Please sign in to comment.