diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 720cf21ab..acd882e6b 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -285,7 +285,6 @@ jobs: path: ./dist/zen-${{ matrix.generic == true && 'generic' || 'specific' }}.AppImage - release-flatpak: if: ${{ github.event.inputs.create_release == 'true' }} permissions: write-all @@ -300,6 +299,7 @@ jobs: repository: flathub/io.github.zen_browser.zen token: ${{ secrets.DEPLOY_KEY }} + - name: Update repo uses: actions/checkout@v4 with: @@ -325,6 +325,12 @@ jobs: --output io.github.zen_browser.zen.yml \ --template-root ./zen-browser/flatpak + - name: Commit changes + run: | + git add io.github.zen_browser.zen.yml + git commit -m "Update to version ${{ needs.build-data.outputs.version }}" + git push || true + - name: Clean up run: | rm -rf zen-browser