diff --git a/.github/workflows/Compile AHK 2.0 and Release.yml b/.github/workflows/Compile AHK 2.0 and Release.yml index 2c326b1..2dea55b 100644 --- a/.github/workflows/Compile AHK 2.0 and Release.yml +++ b/.github/workflows/Compile AHK 2.0 and Release.yml @@ -198,7 +198,7 @@ jobs: uses: softprops/action-gh-release@v2 with: tag_name: ${{ steps.get_version.outputs.VERSION_TAG }} - name: Release ${{ steps.get_version.outputs.VERSION_TAG }} + name: ${{ steps.get_version.outputs.VERSION_TAG }} body: | ${{ steps.changelog.outputs.CHANGELOG_BODY }}