Skip to content

Commit 87a78a4

Browse files
committed
re-test
1 parent ae49bd9 commit 87a78a4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ permissions:
1313
contents: write
1414

1515
jobs:
16-
validate-udp-exporter-e2e-test:
17-
name: "Validate X-Ray UDP Exporter E2E Test Succeeds"
18-
uses: ./.github/workflows/udp-exporter-e2e-test.yml
19-
secrets: inherit
20-
permissions:
21-
id-token: write
16+
# validate-udp-exporter-e2e-test:
17+
# name: "Validate X-Ray UDP Exporter E2E Test Succeeds"
18+
# uses: ./.github/workflows/udp-exporter-e2e-test.yml
19+
# secrets: inherit
20+
# permissions:
21+
# id-token: write
2222

2323
build:
2424
environment: Release
2525
runs-on: ubuntu-latest
26-
needs: validate-udp-exporter-e2e-test
26+
# needs: validate-udp-exporter-e2e-test
2727
steps:
2828
- name: Checkout Contrib Repo @ SHA - ${{ github.sha }}
2929
uses: actions/checkout@v4
@@ -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
@@ -59,7 +59,7 @@ jobs:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
6060
run: |
6161
gh release create --target "$GITHUB_REF_NAME" \
62-
--title "Release @aws/aws-distro-opentelemetry-exporter-xray-udp v${{ inputs.udp-exporter-version }}" \
63-
--notes "Please refer to the [Changelog](https://github.com/aws-observability/aws-otel-java-instrumentation/blob/main/exporters/aws-distro-opentelemetry-xray-udp-span-exporter/CHANGELOG.md) for more details" \
62+
--title "Release aws-distro-opentelemetry-exporter-xray-udp v${{ inputs.udp-exporter-version }}" \
63+
--notes "Please refer to the [Changelog](https://github.com/aws-observability/aws-otel-js-instrumentation/blob/main/exporters/aws-distro-opentelemetry-exporter-xray-udp/CHANGELOG.md) for more details" \
6464
--draft \
65-
"aws-distro-opentelemetry-xray-udp-span-exporter/v${{ inputs.udp-exporter-version }}"
65+
"aws-distro-opentelemetry-exporter-xray-udp/v${{ inputs.udp-exporter-version }}"

0 commit comments

Comments
 (0)