Description of the fetch-tags says: Whether to fetch tags, even if fetch-depth > 0,
but it seems that action in version 4.1.1 do not pull the tags, only the PR branch.
I set these action options:
fetch-depth: 1
fetch-tags: true
ref: ${{ github.head_ref }}
Description of the
fetch-tagssays:Whether to fetch tags, even if fetch-depth > 0,but it seems that action in version
4.1.1do not pull the tags, only the PR branch.I set these action options: