We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd3ddf commit 3dc782eCopy full SHA for 3dc782e
1 file changed
.github/workflows/push-tagged-release.yml
@@ -56,11 +56,11 @@ jobs:
56
run: yarn build:all
57
- name: Create jest results
58
# only use for final releases because it is necessary only in addition to storybook
59
- if: inputs.onlyNpmPush != true && inputs.sectionChangelog != "Unreleased"
+ if: ${{ inputs.onlyNpmPush != true && inputs.sectionChangelog != 'Unreleased' }}
60
run: yarn test:generate-output
61
- name: Publish to Chromatic
62
# publish storybook only for final releases -- for other pre-releases the storybook has a link in PR
63
64
id: chromatic-upload
65
uses: chromaui/action@v11
66
with:
0 commit comments