This commit is contained in:
Mauro Balades
2024-08-04 21:37:04 +02:00
parent 641c709f5d
commit 9729f8d84e

View File

@@ -295,8 +295,7 @@ jobs:
steps:
- name: Update repo
uses: actions/checkout@v4
- name: Clone flatpak repo
uses: actions/checkout@v4
with:
@@ -315,7 +314,6 @@ jobs:
git config --global user.email "mauro-balades@users.noreply.github.com"
git config --global user.name "mauro-balades"
git checkout -b update-to-${{ needs.build-data.outputs.version }}
- name: Prepare flatpak manifest
run: |
@@ -333,6 +331,6 @@ jobs:
This PR updates the Zen Browser Flatpak package to version ${{ needs.build-data.outputs.version }}. @mauro-balades
branch: update-to-${{ needs.build-data.outputs.version }}
base: master
delete-branch: true
path: flatpak-repo
delete-branch: true