Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 140c38e

Browse files
authored
CI: set release name to JS SDK (#68)
1 parent eec5813 commit 140c38e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@ jobs:
5050
id: release
5151
uses: softprops/action-gh-release@v1
5252
with:
53-
name: aqua-dht ${{ env.RELEASE_VERSION }}
53+
name: JS SDK ${{ env.RELEASE_VERSION }}
5454
tag_name: ${{ env.RELEASE_VERSION }}
55-
files: |
56-
aqua-dht.tar.gz
5755
body: ${{steps.changelog.outputs.changelog}}
5856
draft: false
5957
prerelease: false

0 commit comments

Comments
 (0)