Skip to content

Commit e8d4ce7

Browse files
committed
use --latest=false in gh release
1 parent 963be71 commit e8d4ce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
run: |
8282
gh release create --target "$GITHUB_REF_NAME" \
8383
--title "Release aws-distro-opentelemetry-exporter-xray-udp v${{ inputs.udp-exporter-version }}" \
84+
--latest=false \
8485
--notes "Please refer to the [Changelog](https://github.com/aws-observability/aws-otel-ruby/blob/main/exporter/xray-udp/CHANGELOG.md) for more details" \
8586
--draft \
8687
"aws-distro-opentelemetry-exporter-xray-udp/v${{ inputs.udp-exporter-version }}"

0 commit comments

Comments
 (0)