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 3182129 commit 8d76249Copy full SHA for 8d76249
.github/workflows/pre-release.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
git config user.name "github-actions[bot]"
46
git config user.email "github-actions[bot]@users.noreply.github.com"
47
- git add include/opentelemetry/version.h
+ git add api/include/opentelemetry/version.h
48
git commit -m "Prepare release ${{ github.event.inputs.version }}" || echo "No changes to commit"
49
git push origin main
50
0 commit comments