Skip to content

Commit 4aec398

Browse files
committed
rename daily-scan and references
1 parent 38cbdd7 commit 4aec398

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

.github/workflows/post-release-version-bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ jobs:
9999
DEV_VERSION="${{ github.event.inputs.version }}.dev0"
100100
sed -i 's/__version__ = ".*"/__version__ = "'$DEV_VERSION'"/' aws-opentelemetry-distro/src/amazon/opentelemetry/distro/version.py
101101
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
103103
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
105105
git commit -m "Prepare main for next development cycle: Update version to $DEV_VERSION"
106106
git push --set-upstream origin "prepare-main-for-next-dev-cycle-${VERSION}"
107107

0 commit comments

Comments
 (0)