This commit is contained in:
phil 2025-02-25 01:42:49 +01:00
parent 9c46237905
commit b465394766

View file

@ -27,6 +27,15 @@ jobs:
- name: Run tests (API call)
run: .venv/bin/pytest -s tests/basic.py
- name: Get version
uses: mtkennerly/dunamai-action@v1
with:
env-var: VERSION
args: --style semver
- name: Version
run: echo $VERSION
- name: Get version with git describe
id: version
run: |