Skip to content

Commit aa3e6e1

Browse files
committed
fix daily scan workflow update
1 parent f201770 commit aa3e6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
DEV_VERSION="${{ github.event.inputs.version }}.dev0"
100100
sed -i'' -e "s/val adotVersion = \".*\"/val adotVersion = \"${DEV_VERSION}\"/" version.gradle.kts
101101
VERSION="${{ github.event.inputs.version }}"
102-
sed -i'' -e 's/adot-autoinstrumentation-java:v2\.[0-9]+\.[0-9]+/adot-autoinstrumentation-java:v'$VERSION'/g' .github/workflows/daily-scan.yml
102+
sed -i'' -e 's/adot-autoinstrumentation-java:v2.*"/adot-autoinstrumentation-java:v'$VERSION'"/' .github/workflows/daily-scan.yml
103103
git add version.gradle.kts
104104
git add .github/workflows/daily-scan.yml
105105
git commit -m "Prepare main for next development cycle: Update version to $DEV_VERSION"

0 commit comments

Comments
 (0)