Release Version 0.6.3 (#223)
Fixes: - [X] Go Menu Crash - [X] Add Menu Crash
This commit is contained in:
parent
81a6143291
commit
bd583f2013
2 changed files with 2 additions and 2 deletions
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue