We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f87d78 commit 9cb3ce5Copy full SHA for 9cb3ce5
.github/workflows/check-version-against-tag.yaml
@@ -14,6 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v5
17
+ with:
18
+ fetch-tags: true
19
- name: Check VERSION file against latest tag
20
run: |
21
python -m pip install dunamai
0 commit comments