Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch tags manually in publish workflow #100

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Fetch tags manually in publish workflow #100

merged 1 commit into from
Dec 3, 2024

Conversation

amercader
Copy link
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
6 checks passed
@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