Skip to content

Commit 126ebdd

Browse files
author
iamazy
committed
Update release.yml
1 parent ad4a34b commit 126ebdd

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
uses: actions/setup-java@v1
1616
with:
1717
java-version: 1.8
18+
run: |
19+
mvn clean install
1820
1921
- name: Release
2022
uses: softprops/action-gh-release@v1
@@ -24,13 +26,5 @@ jobs:
2426
# prerelease: true
2527
token: ${{ secrets.GITHUB_TOKEN }}
2628
generate_release_notes: true
27-
body:
28-
'
29-
```
30-
1. parse sql into elasticsearch dsl
31-
32-
2. query dataset with sql
33-
```
34-
'
3529
files: |
36-
isql-plugin/target/elasticsearch-sql-plugin.zip
30+
elasticsearch-sql/isql-plugin/target/elasticsearch-sql-plugin.zip

0 commit comments

Comments
 (0)