From a660221122e9fa4bf14abd2da292d8c4c4ef9299 Mon Sep 17 00:00:00 2001 From: Ferllings Date: Tue, 12 Jul 2022 15:10:30 +0200 Subject: [PATCH] [build] Update for github actions #3 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2690257..8b12dd0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,8 +2,8 @@ name: Build/release on: push: - branches: - - main + tags: + - 'v*' jobs: release: @@ -44,7 +44,7 @@ jobs: # 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') }} + release: true #${{ startsWith(github.ref, 'refs/tags/v') }} env: # macOS notarization API key API_KEY_ID: ${{ secrets.api_key_id }}