Skip to content

Commit 84becce

Browse files
committed
un-re-test
1 parent 87a78a4 commit 84becce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
npm pack
4646
4747
# 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
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
5454

5555
# Publish to GitHub releases
5656
- name: Create GH release

0 commit comments

Comments
 (0)