diff --git a/.github/workflows/release-udp-exporter.yml b/.github/workflows/release-udp-exporter.yml index 7eb1509a..e50b8b21 100644 --- a/.github/workflows/release-udp-exporter.yml +++ b/.github/workflows/release-udp-exporter.yml @@ -52,13 +52,13 @@ jobs: exit 1 fi - # Publish OTLP UDP Exporter to npm + # Publish X-Ray UDP Exporter to npm - name: Publish to npm working-directory: exporters/aws-distro-opentelemetry-exporter-xray-udp env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} NPM_CONFIG_PROVENANCE: true - run: npx publish + run: npm publish # Publish to GitHub releases - name: Create GH release @@ -70,4 +70,4 @@ jobs: --title "Release aws-distro-opentelemetry-exporter-xray-udp v${{ inputs.udp-exporter-version }}" \ --notes "Please refer to the [Changelog](https://github.com/aws-observability/aws-otel-js-instrumentation/blob/main/exporters/aws-distro-opentelemetry-exporter-xray-udp/CHANGELOG.md) for more details" \ --draft \ - "aws-distro-opentelemetry-exporter-xray-udp/v${{ inputs.udp-exporter-version }}" \ No newline at end of file + "aws-distro-opentelemetry-exporter-xray-udp/v${{ inputs.udp-exporter-version }}"