diff --git a/.github/workflows/publish-nodejs.yml b/.github/workflows/publish-nodejs.yml index 42ee1600c6..19ac494f09 100644 --- a/.github/workflows/publish-nodejs.yml +++ b/.github/workflows/publish-nodejs.yml @@ -41,6 +41,9 @@ jobs: - name: Build opentelemetry-propagator-aws-xray working-directory: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }}/propagators/opentelemetry-propagator-aws-xray run: npm install && npm run compile + - name: Build opentelemetry-propagation-utils + working-directory: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }}/packages/opentelemetry-propagation-utils + run: npm install && npm run compile - name: Build opentelemetry-test-utils working-directory: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }}/packages/opentelemetry-test-utils run: npm install && npm run compile