We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/open-telemetry/opentelemetry.io/actions/workflows/auto-update-versions.yml
Not sure what the issue is exactly.
Last successful run:
First broken run:
cc @chalin @cartermp
The text was updated successfully, but these errors were encountered:
I can reproduce the problem locally:
$ .github/workflows/scripts/auto-update-version.sh opentelemetry-specification spec scripts/content-modules/adjust-pages.pl ... + git fetch From https://github.com/open-telemetry/opentelemetry-specification * [new tag] v1.25.0 -> v1.25.0 + git switch --detach v1.26.0 fatal: invalid reference: v1.26.0
We've faced a similar issue before (#3103). The fix is the same too: when setting DEPTH appropriately (see #3385), the command shown above works.
DEPTH
Sorry, something went wrong.
It is working now, see:
Resulting in:
The script worked, but the individual PRs are failing. I suspect that it's because they are mutually dependent on each other. 👀
chalin
Successfully merging a pull request may close this issue.
https://github.com/open-telemetry/opentelemetry.io/actions/workflows/auto-update-versions.yml
Not sure what the issue is exactly.
Last successful run:
First broken run:
cc @chalin @cartermp
The text was updated successfully, but these errors were encountered: