Skip to content

Commit

Permalink
feat: feature to release2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Sep 5, 2022
1 parent 0f26f5d commit 9295865
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: codecov check

on:
push:
branches:
- main
tags:
- "v*.*.*"

jobs:
build:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: release to github

on:
push:
branches:
- main
tags:
- "v*.*.*"

jobs:
build:
Expand All @@ -15,6 +15,5 @@ jobs:
uses: actions/checkout@v2
- uses: softprops/action-gh-release@v1
with:
name: text
draft: true
generate_release_notes: true
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.soniccloudorg</groupId>
<artifactId>sonic-driver-core</artifactId>
<version>1.0.12</version>
<version>1.0.13</version>

<name>sonic-driver-core</name>
<description>The Sonic Project UIAutomation Driver Core for Android, iOS, Windows, Mac and so on.</description>
Expand Down

0 comments on commit 9295865

Please sign in to comment.