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 a041769 commit 10b91a7Copy full SHA for 10b91a7
.github/workflows/release-udp-exporter.yml
@@ -73,11 +73,10 @@ jobs:
73
exit 1
74
fi
75
76
- # TODO: Uncomment when we make the first release
77
- # # Publish OTLP UDP Exporter to npm
78
- # - name: Publish to npm
79
- # working-directory: exporters/aws-otel-otlp-udp-exporter
80
- # env:
81
- # NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
82
- # NPM_CONFIG_PROVENANCE: true
83
- # run: npx publish
+ # Publish OTLP UDP Exporter to npm
+ - name: Publish to npm
+ working-directory: exporters/aws-otel-otlp-udp-exporter
+ env:
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ NPM_CONFIG_PROVENANCE: true
+ run: npx publish
0 commit comments