Skip to content

Commit ad4a34b

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ jobs:
2020
uses: softprops/action-gh-release@v1
2121
if: startsWith(github.ref, 'refs/tags/')
2222
with:
23-
name: Elasticsearch v${{ github.ref_name }} Sql Plugin
24-
prerelease: true
23+
name: Elasticsearch ${{ github.ref_name }} Sql Plugin
24+
# prerelease: true
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
generate_release_notes: true
2727
body:
2828
'
2929
```
3030
1. parse sql into elasticsearch dsl
31+
3132
2. query dataset with sql
3233
```
3334
'

0 commit comments

Comments
 (0)