Skip to content

Commit 3182129

Browse files
Update .github/workflows/pre-release.yml
Co-authored-by: Copilot <[email protected]>
1 parent 2b7f89a commit 3182129

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
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Validate current version contains -DEV
2222
run: |
23-
FILE_PATH="include/opentelemetry/version.h"
23+
FILE_PATH="api/include/opentelemetry/version.h"
2424
if ! grep -q -- "-DEV" "$FILE_PATH"; then
2525
echo "Error: version.h does not contain -DEV. Aborting to prevent overwriting a release."
2626
exit 1

0 commit comments

Comments
 (0)