Skip to content

Commit

Permalink
fix: make git describe --tags work
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoneiser committed Oct 8, 2024
1 parent b9ae77f commit f7ed043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_push_to_gar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: install poetry
run: python -m pip install poetry==${{ env.POETRY_VERSION }}
Expand Down

0 comments on commit f7ed043

Please sign in to comment.