File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 80
80
DEV_VERSION="${{ github.event.inputs.version }}.dev0"
81
81
sed -i 's/__version__ = ".*"/__version__ = "'$DEV_VERSION'"/' aws-opentelemetry-distro/src/amazon/opentelemetry/distro/version.py
82
82
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
84
84
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
86
86
git commit -m "Prepare main for next development cycle: Update version to $DEV_VERSION"
87
87
git push --set-upstream origin "prepare-main-for-next-dev-cycle-${VERSION}"
88
88
You can’t perform that action at this time.
0 commit comments