Skip to content

Commit

Permalink
CI: GitHub: ensure tags are present
Browse files Browse the repository at this point in the history
We're using PBR, so let's make sure we don't get a package that's marked
as version 0.0.0.

Bug: actions/checkout#217
Change-Id: Icd8264a798f9a1a404e21a9b64317c57662d53fe
  • Loading branch information
jktjkt committed Jun 8, 2021
1 parent 89f5b12 commit 6ae00b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch_depth: 0
- uses: fedora-python/tox-github-action@v0.4
with:
tox_env: ${{ matrix.tox_env }}
Expand Down

0 comments on commit 6ae00b9

Please sign in to comment.