2
0

build(gha): Add skip_prepare option for manual triggers

This commit is contained in:
Burak Yigit Kaya 2020-06-16 23:11:09 +03:00
parent ea93a4b886
commit f66ca96fa7
No known key found for this signature in database
GPG Key ID: C2F03C406631065D

View File

@ -17,6 +17,7 @@ jobs:
run: echo "::set-output name=version::$(date +'%y.%-m.0')"
- uses: actions/checkout@v2
- uses: getsentry/craft@master
if: ${{ !github.event.client_payload.skip_prepare }}
with:
action: prepare
version: ${{ github.event.client_payload.version || steps.calver.outputs.version }}