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 e56500c commit 9396347Copy full SHA for 9396347
.github/workflows/storybook.yml
@@ -344,7 +344,7 @@ jobs:
344
345
attach-artifact:
346
runs-on: ubuntu-latest
347
- if: ${{ contains(['released', 'prereleased'], github.event_name) }}
+ if: ${{ github.event_name == 'released' || github.event_name == 'prereleased' }}
348
needs:
349
- framework-build
350
steps:
@@ -373,7 +373,7 @@ jobs:
373
374
update-database:
375
376
377
378
- attach-artifact
379
0 commit comments