Skip to content

Commit df0450c

Browse files
Update .github/workflows/post-release-bump.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0babbc9 commit df0450c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Update version.h to DEV version
4747
run: |
48-
FILE_PATH="include/opentelemetry/version.h"
48+
FILE_PATH="api/include/opentelemetry/version.h"
4949
sed -i "s|#define OPENTELEMETRY_VERSION \".*\"|#define OPENTELEMETRY_VERSION \"${NEW_MAJOR}.${NEW_MINOR}.${NEW_PATCH}-DEV\"|" "$FILE_PATH"
5050
sed -i "s|#define OPENTELEMETRY_VERSION_MAJOR .*|#define OPENTELEMETRY_VERSION_MAJOR ${NEW_MAJOR}|" "$FILE_PATH"
5151
sed -i "s|#define OPENTELEMETRY_VERSION_MINOR .*|#define OPENTELEMETRY_VERSION_MINOR ${NEW_MINOR}|" "$FILE_PATH"

0 commit comments

Comments
 (0)