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