opentelemetry-collector-releases icon indicating copy to clipboard operation
opentelemetry-collector-releases copied to clipboard

goreleaser step for builder fails

Open codeboten opened this issue 5 months ago • 0 comments
trafficstars

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

codeboten avatar May 27 '25 04:05 codeboten