We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a78a4 commit 84becceCopy full SHA for 84becce
.github/workflows/release-udp-exporter.yml
@@ -45,12 +45,12 @@ jobs:
45
npm pack
46
47
# Publish OTLP UDP Exporter to npm
48
- # - name: Publish to npm
49
- # working-directory: exporters/aws-distro-opentelemetry-exporter-xray-udp
50
- # env:
51
- # NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
52
- # NPM_CONFIG_PROVENANCE: true
53
- # run: npx publish
+ - 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
54
55
# Publish to GitHub releases
56
- name: Create GH release
0 commit comments