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 8d76249 commit 517122cCopy full SHA for 517122c
.github/workflows/pre-release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Remove -DEV from version.h
30
run: |
31
- FILE_PATH="include/opentelemetry/version.h"
+ FILE_PATH="api/include/opentelemetry/version.h"
32
VERSION="${{ github.event.inputs.version }}"
33
34
MAJOR=$(echo "$VERSION" | cut -d. -f1)
0 commit comments