Skip to content

Use fetch tag in checkout action. #1

Use fetch tag in checkout action.

Use fetch tag in checkout action. #1

Workflow file for this run

name: Debug git
on: [push, pull_request]
jobs:
publish-to-pypi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: display tag
run: |
git describe --long --tags