File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 99
99
DEV_VERSION="${{ github.event.inputs.version }}.dev0"
100
100
sed -i 's/__version__ = ".*"/__version__ = "'$DEV_VERSION'"/' aws-opentelemetry-distro/src/amazon/opentelemetry/distro/version.py
101
101
VERSION="${{ github.event.inputs.version }}"
102
- sed -i 's/python:v.*"/python:v'$VERSION'"/' .github/workflows/daily_scan .yml
102
+ sed -i 's/python:v.*"/python:v'$VERSION'"/' .github/workflows/daily-scan .yml
103
103
git add aws-opentelemetry-distro/src/amazon/opentelemetry/distro/version.py
104
- git add .github/workflows/daily_scan .yml
104
+ git add .github/workflows/daily-scan .yml
105
105
git commit -m "Prepare main for next development cycle: Update version to $DEV_VERSION"
106
106
git push --set-upstream origin "prepare-main-for-next-dev-cycle-${VERSION}"
107
107
You can’t perform that action at this time.
0 commit comments