Skip to content

fetch-tags: true doesn't work #2199

Open
@svaningelgem

Description

@svaningelgem
      - uses: actions/checkout@v4
        with:
          fetch-tags: true

==> But this doesn't fetch all the tags.
I have to use

      - uses: actions/checkout@v4
        with:
          fetch-depth: 0
          fetch-tags: true

For it to retrieve everything.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions