We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0450c commit e82a546Copy full SHA for e82a546
.github/workflows/post-release-bump.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
git config user.name "github-actions[bot]"
57
git config user.email "github-actions[bot]@users.noreply.github.com"
58
- git add include/opentelemetry/version.h
+ git add api/include/opentelemetry/version.h
59
git commit -m "Bump version to ${NEW_MAJOR}.${NEW_MINOR}.${NEW_PATCH}-DEV after release" || echo "No changes to commit"
60
git push origin main
61
0 commit comments