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 9396347 commit b7dc216Copy full SHA for b7dc216
.github/workflows/storybook.yml
@@ -344,7 +344,7 @@ jobs:
344
345
attach-artifact:
346
runs-on: ubuntu-latest
347
- if: ${{ github.event_name == 'released' || github.event_name == 'prereleased' }}
+ if: ${{ github.event_name == 'release' }}
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