File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
tags :
5
5
- ' v[0-9]+.[0-9]+.[0-9]+'
6
6
7
- defaults :
8
- run :
9
- working-directory : wger
7
+ defaults :
8
+ run :
9
+ working-directory : wger
10
10
11
11
jobs :
12
12
deploy_android :
@@ -109,10 +109,11 @@ jobs:
109
109
SSH_DEPLOY_KEY : ${{ secrets.SSH_DEPLOY_KEY }}
110
110
with :
111
111
source-directory : flathub
112
- destination-github-username : wger-project
113
- destination-repository-name : test
112
+ destination-github-username : flathub
113
+ destination-repository-name : de.wger.flutter
114
114
115
- target-branch : master
115
+ target-branch : flathub-${{ env.VERSION }}
116
+ create-target-branch-if-needed : true
116
117
commit-message : Update de.wger.flutter.json
117
118
118
119
# Note: the original tag that triggered the workflow is in the form vX.Y.Z
You can’t perform that action at this time.
0 commit comments