CI: set release name to JS SDK (#68)

This commit is contained in:
Pavel 2021-09-08 12:04:52 +03:00 committed by GitHub
parent eec581370d
commit 140c38eb93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,10 +50,8 @@ jobs:
id: release
uses: softprops/action-gh-release@v1
with:
name: aqua-dht ${{ env.RELEASE_VERSION }}
name: JS SDK ${{ env.RELEASE_VERSION }}
tag_name: ${{ env.RELEASE_VERSION }}
files: |
aqua-dht.tar.gz
body: ${{steps.changelog.outputs.changelog}}
draft: false
prerelease: false