Skip to content

goreleaser step for builder fails #965

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

Open
codeboten opened this issue May 27, 2025 · 0 comments
Open

goreleaser step for builder fails #965

codeboten opened this issue May 27, 2025 · 0 comments
Labels
bug Something isn't working release-retro

Comments

@codeboten
Copy link
Contributor

The step to create a tag for the builder release on tag push fails. See details:
https://github.com/open-telemetry/opentelemetry-collector-releases/actions/runs/15266490285/job/42933009199

Run tag="cmd/builder/v0.127.0"
  tag="cmd/builder/v0.127.0"
  message="Releasing ocb binaries for v0.127.0"
  git config user.name "${GITHUB_ACTOR}"
  git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
  git tag -a "${tag}" -m "${message}"
  git push origin "${tag}"
  shell: /usr/bin/bash -e {0}
  env:
    GORELEASER_PRO_VERSION: v2.7.0
fatal: could not read Username for 'https://github.com/': No such device or address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release-retro
Projects
None yet
Development

No branches or pull requests

1 participant