Skip to content

Commit f66ca96

Browse files
committed
build(gha): Add skip_prepare option for manual triggers
1 parent ea93a4b commit f66ca96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
run: echo "::set-output name=version::$(date +'%y.%-m.0')"
1818
- uses: actions/checkout@v2
1919
- uses: getsentry/craft@master
20+
if: ${{ !github.event.client_payload.skip_prepare }}
2021
with:
2122
action: prepare
2223
version: ${{ github.event.client_payload.version || steps.calver.outputs.version }}

0 commit comments

Comments
 (0)