diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 693eaeb..c5b3a42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,9 +94,7 @@ jobs: with: tag_name: v${{ steps.bump-version.outputs.next-version }} release_name: Release ${{ steps.bump-version.outputs.next-version }} - body: | - Changes in this Release - ${{ steps.extract-release-notes.outputs.changelog }} + body_path: CHANGELOG.md draft: false prerelease: true # Change here to make prerelease as the actual release diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eaef7be..ef37ebf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -149,9 +149,7 @@ jobs: with: tag_name: v${{ steps.bump-version.outputs.next-version }} release_name: Release ${{ steps.bump-version.outputs.next-version }} - body: | - Changes in this Release - ${{ steps.extract-release-notes.outputs.changelog }} + body_path: CHANGELOG.md draft: false prerelease: false diff --git a/README.md b/README.md index ccfa918..c175852 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Build Status: -![Master](https://github.com/mohithsrao/GodotGameChoukaBara/workflows/CI/badge.svg) +![Godot Project Export and Release](https://github.com/mohithsrao/GodotGameChoukaBara/workflows/Godot%20Project%20Export%20and%20Release/badge.svg) [Playable Link](https://mohithsrao.github.io/GodotGameChoukaBara/)