Skip to content

Commit

Permalink
Merge pull request #363 from mozilla-it/argo-refractr
Browse files Browse the repository at this point in the history
fix: make git describe --tags work
  • Loading branch information
ahoneiser authored Oct 8, 2024
2 parents b9ae77f + f7ed043 commit 550b93e
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 550b93e

Please sign in to comment.