Skip to content

Commit 7a07105

Browse files
committed
fix publish-storybook conditional
1 parent 89ec095 commit 7a07105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
path: workspace/storybook.tar.gz
160160

161161
publish-storybook:
162-
if: ${{ needs.prepare.outputs.HEROKU_RELEASE_STORYBOOK_APP_NAME == 'true' }}
162+
if: ${{ needs.prepare.outputs.HEROKU_RELEASE_STORYBOOK_APP_NAME != 'false' }}
163163
runs-on: ubuntu-latest
164164
needs:
165165
- init

0 commit comments

Comments
 (0)