diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 352a0a9..c58230e 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -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: |