We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abd512 commit a55c2aeCopy full SHA for a55c2ae
1 file changed
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
run: python tools/ci_fetch_deps.py test ${{ github.ref }}
39
- name: CircuitPython version
40
run: |
41
- git describe --dirty --tags
+ git describe --dirty --tags || git log --parents HEAD~4..
42
echo >>$GITHUB_ENV CP_VERSION=$(git describe --dirty --tags)
43
- name: Install dependencies
44
0 commit comments