Skip to content

Commit

Permalink
[build] Update for github actions #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferllings committed Jul 12, 2022
1 parent c018e70 commit a660221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build/release

on:
push:
branches:
- main
tags:
- 'v*'

jobs:
release:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit a660221

Please sign in to comment.