File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed
Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,8 @@ name: Patch
22
33on :
44 push :
5- branches :
6- - main
7- paths-ignore :
8- - " README.md"
9- - " .github/**"
10- - " .vscode/**"
11- - " .idea/**"
12- - " test/**"
13- - " .gitignore"
5+ tags :
6+ - " patch/v[0-9]+.[0-9]+.[0-9]+*"
147
158env :
169 SHOREBIRD_TOKEN : ${{ secrets.SHOREBIRD_TOKEN }}
@@ -172,8 +165,8 @@ jobs:
172165 - name : Set up Java
173166 uses : actions/setup-java@v4
174167 with :
175- distribution : ' temurin'
176- java-version : ' 17 '
168+ distribution : " temurin"
169+ java-version : " 17 "
177170
178171 - name : Shorebird Patch Android
179172 uses : shorebirdtech/shorebird-patch@v1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release
33on :
44 push :
55 tags :
6- - " v*.*.* "
6+ - ' v[0-9]+.[0-9]+.[0-9]+* '
77
88env :
99 SHOREBIRD_TOKEN : ${{ secrets.SHOREBIRD_TOKEN }}
You can’t perform that action at this time.
0 commit comments