Skip to content

Commit

Permalink
Release Version 0.6.3 (#223)
Browse files Browse the repository at this point in the history
Fixes:
- [X] Go Menu Crash
- [X] Add Menu Crash
  • Loading branch information
kamronbatman authored Sep 4, 2020
1 parent 81a6143 commit bd583f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
name: Create Release
if: "contains(github.event.head_commit.message, 'Bump Release') || contains(github.event.head_commit.message, 'bump release')"
if: "contains(github.event.head_commit.message, 'Release') || contains(github.event.head_commit.message, 'release')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.6.2"
"version": "0.6.3"
}

0 comments on commit bd583f2

Please sign in to comment.