Skip to content

Commit 8d76249

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

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
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
git config user.name "github-actions[bot]"
4646
git config user.email "github-actions[bot]@users.noreply.github.com"
47-
git add include/opentelemetry/version.h
47+
git add api/include/opentelemetry/version.h
4848
git commit -m "Prepare release ${{ github.event.inputs.version }}" || echo "No changes to commit"
4949
git push origin main
5050

0 commit comments

Comments
 (0)