Fix release name

This commit is contained in:
Pavel Murygin 2021-12-01 16:59:56 +03:00
parent 6b2b604da2
commit 6095cd9950

View File

@ -50,7 +50,7 @@ jobs:
id: release id: release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with:
name: Fluence JS ${{ env.RELEASE_VERSION }} name: AVM worker common ${{ env.RELEASE_VERSION }}
tag_name: ${{ env.RELEASE_VERSION }} tag_name: ${{ env.RELEASE_VERSION }}
body: ${{steps.changelog.outputs.changelog}} body: ${{steps.changelog.outputs.changelog}}
draft: false draft: false