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 2b7f89a commit 3182129Copy full SHA for 3182129
.github/workflows/pre-release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Validate current version contains -DEV
22
run: |
23
- FILE_PATH="include/opentelemetry/version.h"
+ FILE_PATH="api/include/opentelemetry/version.h"
24
if ! grep -q -- "-DEV" "$FILE_PATH"; then
25
echo "Error: version.h does not contain -DEV. Aborting to prevent overwriting a release."
26
exit 1
0 commit comments