Skip to content

Commit

Permalink
I'm so good at GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nyakase committed Dec 1, 2023
1 parent f8c45b6 commit 9b8e0f0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm run publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/publish-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm run publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/publish-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm run publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion desktop/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if (isDev) {
const dialogOpts = {
type: 'info',
buttons: ['Update!', 'Remind me next time'],
title: 'Fresh Quarky Desktop for you~',
title: 'Fresh Quarky Desktop for you~!',
message: "A new version of Quarky Desktop is available!",
detail: 'The update has been downloaded. Restart Quarky Desktop to apply the update.',
icon: nativeImage.createFromPath(__dirname + "/resources/update.png")
Expand Down

0 comments on commit 9b8e0f0

Please sign in to comment.