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

fix: need to fetch tags to use goreleaser #42

Merged
merged 1 commit into from
Jan 19, 2024
Merged

Conversation

takaishi
Copy link
Collaborator

The release workflow runs, but goreleaser didn't release. Because goreleaser can't get tags information:

  • getting and validating git state
    • ignoring errors because this is a snapshot     error=git doesn't contain any tags. Either add a tag or use --snapshot
    • git state                                      commit=ce226beb2021a5e9f9656e441848611e164617e6 branch=main current_tag=v0.0.0 previous_tag=<unknown> dirty=false
    • pipe skipped                                   reason=disabled during snapshot mode

So this PR adds to fetch tags.

@takaishi takaishi self-assigned this Jan 19, 2024
@okkez okkez merged commit 6a40573 into main Jan 19, 2024
@okkez okkez deleted the fix/need-to-pull-tag branch January 19, 2024 02:45
@github-actions github-actions bot mentioned this pull request Jan 19, 2024
@takaishi
Copy link
Collaborator Author

thanks!

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.

2 participants