Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Fix release name
Browse files Browse the repository at this point in the history
  • Loading branch information
coder11 committed Dec 1, 2021
1 parent 6b2b604 commit 6095cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
id: release
uses: softprops/action-gh-release@v1
with:
name: Fluence JS ${{ env.RELEASE_VERSION }}
name: AVM worker common ${{ env.RELEASE_VERSION }}
tag_name: ${{ env.RELEASE_VERSION }}
body: ${{steps.changelog.outputs.changelog}}
draft: false
Expand Down

0 comments on commit 6095cd9

Please sign in to comment.