Skip to content

Commit ae49bd9

Browse files
committed
un-test
1 parent 26ddb77 commit ae49bd9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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

.github/workflows/udp-exporter-e2e-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
cd exporters/aws-distro-opentelemetry-exporter-xray-udp
3131
npm pack
3232
33-
# - name: Configure AWS credentials for Testing Tracing
34-
# uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
35-
# with:
36-
# role-to-assume: ${{ secrets.XRAY_UDP_EXPORTER_TEST_ROLE }}
37-
# aws-region: 'us-east-1'
33+
- name: Configure AWS credentials for Testing Tracing
34+
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
35+
with:
36+
role-to-assume: ${{ secrets.XRAY_UDP_EXPORTER_TEST_ROLE }}
37+
aws-region: 'us-east-1'
3838

3939
- name: Download and run X-Ray Daemon
4040
run: |

0 commit comments

Comments
 (0)