Skip to content

Commit

Permalink
Merge pull request #5178 from nipunayf/replace-snapshot
Browse files Browse the repository at this point in the history
Replace ballerina timestamp version with snapshot in daily-build-editor
  • Loading branch information
keizer619 committed Jan 19, 2024
2 parents 3996577 + a0aab0f commit 8ad553c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/daily-build-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +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
./gradlew clean build --stacktrace --scan -x test --console=plain --no-daemon --continue publishToMavenLocal
cd ..
- name: Checkout Distribution Repository
Expand Down

0 comments on commit 8ad553c

Please sign in to comment.