Skip to content

Commit

Permalink
fetch tags during checkout in integration tests gh action
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Petito <[email protected]>
  • Loading branch information
krissetto committed May 22, 2024
1 parent bf89113 commit d2f9ddd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: make ${{ matrix.variant }}
run: |
docker logout
Expand Down

0 comments on commit d2f9ddd

Please sign in to comment.