Skip to content

Commit 9a6cbb3

Browse files
author
iamazy
committed
Update release.yml
1 parent 316b464 commit 9a6cbb3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ jobs:
1515
uses: actions/setup-java@v1
1616
with:
1717
java-version: 1.8
18-
18+
1919
- name: Maven Install
2020
run: |
2121
mvn clean install
22-
ls
2322
2423
- name: Release
2524
uses: softprops/action-gh-release@v1
@@ -30,4 +29,4 @@ jobs:
3029
token: ${{ secrets.GITHUB_TOKEN }}
3130
generate_release_notes: true
3231
files: |
33-
elasticsearch-sql/isql-plugin/target/elasticsearch-sql-plugin.zip
32+
isql-plugin/target/elasticsearch-sql-plugin.zip

0 commit comments

Comments
 (0)