Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
verticalsync committed Jul 4, 2024
1 parent a4d29ce commit 7561ef5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7561ef5

Please sign in to comment.