Skip to content

Commit 10b91a7

Browse files
committed
uncomment publish udp exporter
1 parent a041769 commit 10b91a7

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/release-udp-exporter.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,10 @@ jobs:
7373
exit 1
7474
fi
7575
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
76+
# Publish OTLP UDP Exporter to npm
77+
- name: Publish to npm
78+
working-directory: exporters/aws-otel-otlp-udp-exporter
79+
env:
80+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
81+
NPM_CONFIG_PROVENANCE: true
82+
run: npx publish

0 commit comments

Comments
 (0)