Skip to content

Commit

Permalink
Merge a62c988 into cbc4401
Browse files Browse the repository at this point in the history
  • Loading branch information
mohithsrao authored Dec 27, 2020
2 parents cbc4401 + a62c988 commit 3ed2044
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/)

Expand Down

0 comments on commit 3ed2044

Please sign in to comment.