From 34eb14f9ed5aeb4f78fc5050dd38487c8d664872 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Thu, 6 Apr 2023 05:14:28 +0200 Subject: [PATCH] i hate workflows --- .github/workflows/release.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 916a396..0089002 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,9 @@ -name: Build/release +name: Release -on: push +on: + push: + tags: + - v* jobs: release: @@ -22,4 +25,4 @@ jobs: uses: samuelmeuli/action-electron-builder@e4b12cd06ddf023422f1ac4e39632bd76f6e6928 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - RELEASE: ${{ startsWith(github.ref, 'refs/tags/v') }} + RELEASE: true