Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 1180b28

Browse files
authored
👷 Make sure the flatpak repo is up to date
1 parent c9ab308 commit 1180b28

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎.github/workflows/alpha.yml‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,12 @@ jobs:
385385
token: ${{ secrets.ROBOT_TOKEN }}
386386
submodules: recursive
387387

388+
- name: Ensure repo is on main branch
389+
run: |
390+
cd repo
391+
git checkout main
392+
git pull
393+
388394
- name: Install flatpak builder
389395
run: |
390396
sudo apt-get update
@@ -414,3 +420,11 @@ jobs:
414420
commit_user_name: Fushra Robot
415421
commit_user_email: [email protected]
416422
repository: ./repo
423+
424+
- name: Update repo version in package
425+
uses: stefanzweifel/git-auto-commit-action@v4
426+
with:
427+
commit_message: 📦 Upload flatpak for ${{ needs.build-data.outputs.version }}
428+
commit_user_name: Fushra Robot
429+
commit_user_email: [email protected]
430+
repository: .

0 commit comments

Comments
 (0)