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

Commit

Permalink
chore: release v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coredev-uk committed May 18, 2024
1 parent b1d0f69 commit 237c4ef
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/cider-chores.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,33 @@ on:
- main

jobs:
compile-and-post:
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- name: Checkout 🛎
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1.6.0
with:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}

# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}

prettier:
runs-on: ubuntu-latest

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cider",
"applicationId": "Cider",
"productName": "Cider",
"version": "1.6.2",
"version": "1.6.3",
"description": "A new cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind.",
"license": "AGPL-3.0",
"exports": "./build/index.js",
Expand Down Expand Up @@ -146,7 +146,7 @@
"target": [
"AppImage",
"deb",
"snap"
"rpm"
],
"synopsis": "A new look into listening and enjoying music in style and performance. ",
"category": "AudioVideo",
Expand Down

0 comments on commit 237c4ef

Please sign in to comment.