Skip to content

Commit

Permalink
Explicitly fetch tags after checkout
Browse files Browse the repository at this point in the history
Workaround for actions/checkout#882
  • Loading branch information
kpushkaryov committed Dec 20, 2023
1 parent e37b28f commit 1857ba6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
# We use tags to determine version, so fetch them
fetch-depth: 0
fetch-tags: true
# Workaround for https://github.com/actions/checkout/issues/882
- name: Explicitly fetch tags
run: git fetch --force --tags
- name: Prepare artifact store
run: mkdir -p ./buck-out/gen
- name: Build ubuntu18to20
Expand Down

0 comments on commit 1857ba6

Please sign in to comment.