Skip to content

Commit

Permalink
chore: release on tags (wexond#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
sentialx authored May 2, 2020
1 parent 134a501 commit b9e973a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
env:
ADBLOCK: true

- name: Get commit message
run: echo "::set-output name=message::$(git log --no-merges -1 --oneline)"

- name: Build the app
run: yarn ci-build
env:
Expand All @@ -39,4 +36,4 @@ jobs:
MAC_CERTS: ${{ secrets.mac_certs }}
MAC_CERTS_PASSWORD: ${{ secrets.mac_certs_password }}

RELEASE: ${{ contains(steps.log.outputs.message, 'bump version') }}
RELEASE: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 comments on commit b9e973a

Please sign in to comment.