Skip to content

Commit

Permalink
Merge pull request #5183 from nipunayf/update-version
Browse files Browse the repository at this point in the history
Fix replace command for updating ballerina timestamp in the daily build editor
  • Loading branch information
keizer619 authored Jan 19, 2024
2 parents 32ae442 + 34726ea commit 3b0d1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-build-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
TEST_MODE_ACTIVE: true
run: |
cd ballerina-dev-tools
sed -i 's/ballerinaLangVersion=[0-9]\+\(\.[0-9]\+\)\{2\}-[0-9]\+-[0-9a-f]\+/ballerinaLangVersion=SNAPSHOT/' gradle.properties
sed -i 's/ballerinaLangVersion=\([0-9]*\.[0-9]*\.[0-9]*\)-.*/ballerinaLangVersion=\1-SNAPSHOT/' gradle.properties
./gradlew clean build --stacktrace --scan -x test --console=plain --no-daemon --continue publishToMavenLocal
cd ..
- name: Checkout Distribution Repository
Expand Down

0 comments on commit 3b0d1a7

Please sign in to comment.