Skip to content

Commit f9881ca

Browse files
authored
Update post_release_version_bump.yml (#161)
*Issue #, if available:* https://github.com/aws-observability/aws-otel-python-instrumentation/actions/runs/8694316560/job/23842949812 *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 821af32 commit f9881ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/post_release_version_bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ jobs:
8080
DEV_VERSION="${{ github.event.inputs.version }}.dev0"
8181
sed -i 's/__version__ = ".*"/__version__ = "'$DEV_VERSION'"/' aws-opentelemetry-distro/src/amazon/opentelemetry/distro/version.py
8282
VERSION="${{ github.event.inputs.version }}"
83-
sed -i 's/python:v.*"/python:v'$VERSION'"/' .github/workflows/released_image_scan.yml
83+
sed -i 's/python:v.*"/python:v'$VERSION'"/' .github/workflows/daily_scan.yml
8484
git add aws-opentelemetry-distro/src/amazon/opentelemetry/distro/version.py
85-
git add .github/workflows/released_image_scan.yml
85+
git add .github/workflows/daily_scan.yml
8686
git commit -m "Prepare main for next development cycle: Update version to $DEV_VERSION"
8787
git push --set-upstream origin "prepare-main-for-next-dev-cycle-${VERSION}"
8888

0 commit comments

Comments
 (0)