updates gitignore
This commit is contained in:
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@@ -21,9 +21,8 @@ jobs:
|
||||
- id: version
|
||||
name: version
|
||||
run: |
|
||||
echo ${{github.event.head_commit.message}}
|
||||
major=${{contains(github.event.head_commit.message, '[major]')}}
|
||||
minor=${{contains(github.event.head_commit.message, '[minor]')}}
|
||||
major=${{startsWith(github.event.head_commit.message, '[major]')}}
|
||||
minor=${{startsWith(github.event.head_commit.message, '[minor]')}}
|
||||
|
||||
echo "major: " $major
|
||||
echo "minor: " $minor
|
||||
|
||||
Reference in New Issue
Block a user