Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
main tracks 1.x and builds on 1.x from upstream.
Update version to 1.2.0-SNAPSHOT since next 1.x release is 1.2.

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
  • Loading branch information
VijayanB committed Oct 1, 2021
1 parent 385d868 commit 7c41288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Run build
run: |
./gradlew build -Dopensearch.version=1.1.0-SNAPSHOT
./gradlew build -Dopensearch.version=1.2.0-SNAPSHOT
- name: Upload Coverage Report
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 7c41288

Please sign in to comment.