Skip to content

Commit

Permalink
Change version of release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Importantus committed Dec 10, 2024
1 parent 234c1b4 commit 41b79c0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
name: Build/release

on: push
on:
push:
tags:
- '*' # Push events to every tag not containing /
pull_request:

jobs:
release:
runs-on: ${{ matrix.os }}
permissions:
packages: write
contents: write

strategy:
matrix:
Expand All @@ -17,10 +24,10 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 20
node-version: 18

- name: Build/release Electron app
uses: Yan-Jobs/action-electron-builder@v1.7.0
uses: samuelmeuli/action-electron-builder@v1
with:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
Expand Down

0 comments on commit 41b79c0

Please sign in to comment.