From 7561ef55e77427a614db43d7813335fa19e5ced6 Mon Sep 17 00:00:00 2001 From: verticalsync <60797172+verticalsync@users.noreply.github.com> Date: Thu, 4 Jul 2024 22:27:59 +0300 Subject: [PATCH] test --- .github/workflows/meta.yml | 3 ++- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/meta.yml b/.github/workflows/meta.yml index 90b1135..de33e78 100644 --- a/.github/workflows/meta.yml +++ b/.github/workflows/meta.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 # Install pnpm using packageManager key in package.json + - uses: pnpm/action-setup@v4 - name: Use Node.js 20 uses: actions/setup-node@v4 @@ -32,6 +32,7 @@ jobs: git checkout -b ci/meta-update git add meta/io.github.verticalsync.sunroof.metainfo.xml git commit -m "Insert release changes for ${{ github.event.release.tag_name }}" + git pull git push origin ci/meta-update gh pr create -B main -H ci/meta-update -t "Metainfo for ${{ github.event.release.tag_name }}" -b "This PR updates the metainfo for release ${{ github.event.release.tag_name }}. @verticalsync" env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ffbcd7..e4d30be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Run Electron Builder + - name: Run Electron Builder (mac) if: ${{ matrix.platform == 'mac' }} run: | pnpm electron-builder --${{ matrix.platform }} --publish always