We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea93a4b commit f66ca96Copy full SHA for f66ca96
.github/workflows/release.yml
@@ -17,6 +17,7 @@ jobs:
17
run: echo "::set-output name=version::$(date +'%y.%-m.0')"
18
- uses: actions/checkout@v2
19
- uses: getsentry/craft@master
20
+ if: ${{ !github.event.client_payload.skip_prepare }}
21
with:
22
action: prepare
23
version: ${{ github.event.client_payload.version || steps.calver.outputs.version }}
0 commit comments