We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba271f2 commit f97a0fdCopy full SHA for f97a0fd
.github/workflows/post-release-version-bump.yml
@@ -99,7 +99,7 @@ jobs:
99
DEV_VERSION="${{ github.event.inputs.version }}.dev0"
100
sed -i'' -e "s/val adotVersion = \".*\"/val adotVersion = \"${DEV_VERSION}\"/" version.gradle.kts
101
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
+ sed -i'' -e 's/adot-autoinstrumentation-java:v2.*"/adot-autoinstrumentation-java:v'$VERSION'"/' .github/workflows/daily-scan.yml
103
git add version.gradle.kts
104
git add .github/workflows/daily-scan.yml
105
git commit -m "Prepare main for next development cycle: Update version to $DEV_VERSION"
0 commit comments