Skip to content

Commit

Permalink
fetch everything to get history and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus committed Dec 15, 2023
1 parent daec6e0 commit b8d2b1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on_push_to_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
if: matrix.platform == 'linux/arm64'

- uses: actions/checkout@v3
with:
# need to get everything so that 'git describe' works
fetch-depth: 0

- uses: wistia/[email protected]

Expand Down

0 comments on commit b8d2b1c

Please sign in to comment.