Skip to content

Fetch tags manually in publish workflow#100

Merged
amercader merged 1 commit intomainfrom
fix-fetch-tags
Dec 3, 2024
Merged

Fetch tags manually in publish workflow#100
amercader merged 1 commit intomainfrom
fix-fetch-tags

Conversation

@amercader
Copy link
Copy Markdown
Member

fetch-tags: true in the checkout action does not work as expected and causes an error:

Error: fatal: Cannot fetch both 2704e6e918d2c70a4f44348e34618ef5146211b4
and refs/tags/v20241203 to refs/tags/v20241203

The issue is described in
actions/checkout#1467

We will just fetch the tags manually

`fetch-tags: true` in the checkout action does not work as expected and
causes an error:

    Error: fatal: Cannot fetch both 2704e6e
    and refs/tags/v20241203 to refs/tags/v20241203

The issue is described in
actions/checkout#1467

We will just fetch the tags manually
@amercader amercader merged commit fbda797 into main Dec 3, 2024
@amercader amercader deleted the fix-fetch-tags branch December 3, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant