diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c3b8b700..651d845a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,9 +66,8 @@ jobs: with: files: | ${{ env.appname }}.json - tag_name: ${{ env.VERSION }} - name: ${{ env.VERSION }} - body: ${{ steps.update_data.outputs.CHANGELOG }} + tag_name: ${{ env.LIBRARY_TAG_GH }} + name: ${{ env.LIBRARY_TAG_GH }} draft: false prerelease: false