Skip to content

Commit 517122c

Browse files
Update .github/workflows/pre-release.yml
Co-authored-by: Copilot <[email protected]>
1 parent 8d76249 commit 517122c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Remove -DEV from version.h
3030
run: |
31-
FILE_PATH="include/opentelemetry/version.h"
31+
FILE_PATH="api/include/opentelemetry/version.h"
3232
VERSION="${{ github.event.inputs.version }}"
3333
3434
MAJOR=$(echo "$VERSION" | cut -d. -f1)

0 commit comments

Comments
 (0)