Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
npm publish was assuming `dist/splunk-otel-{version}.tgz` was a git repo and tried to check it out when publishing which obviously failed. Change it to a relative path tells npm to look for the file on disk rather than github.
- Loading branch information