Skip to content

Commit e54ca77

Browse files
committed
Set real flathub repo values
1 parent ad070cf commit e54ca77

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/build-release.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
tags:
55
- 'v[0-9]+.[0-9]+.[0-9]+'
66

7-
defaults:
8-
run:
9-
working-directory: wger
7+
defaults:
8+
run:
9+
working-directory: wger
1010

1111
jobs:
1212
deploy_android:
@@ -109,10 +109,11 @@ jobs:
109109
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
110110
with:
111111
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
114114
user-email: [email protected]
115-
target-branch: master
115+
target-branch: flathub-${{ env.VERSION }}
116+
create-target-branch-if-needed: true
116117
commit-message: Update de.wger.flutter.json
117118

118119
# Note: the original tag that triggered the workflow is in the form vX.Y.Z

0 commit comments

Comments
 (0)