mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 09:52:12 +00:00
CI: set release name to JS SDK (#68)
This commit is contained in:
parent
eec581370d
commit
140c38eb93
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -50,10 +50,8 @@ jobs:
|
|||||||
id: release
|
id: release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
name: aqua-dht ${{ env.RELEASE_VERSION }}
|
name: JS SDK ${{ env.RELEASE_VERSION }}
|
||||||
tag_name: ${{ env.RELEASE_VERSION }}
|
tag_name: ${{ env.RELEASE_VERSION }}
|
||||||
files: |
|
|
||||||
aqua-dht.tar.gz
|
|
||||||
body: ${{steps.changelog.outputs.changelog}}
|
body: ${{steps.changelog.outputs.changelog}}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user