Merge pull request #58 from LLK/semantic-release

fix(semantic-release): fix stage and deploy step conditions
This commit is contained in:
Ray Schamp 2021-08-06 16:17:48 -04:00 committed by GitHub
commit f2a8d17c54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,9 @@ jobs:
deploy:
- provider: script
script: npx semantic-release
on:
branch: develop
stages:
- test
- name: release
if: branch = develop
if: type != pull_request AND branch = develop