Skip to content

Commit 3dc782e

Browse files
committed
re-phrase condition, not clear if this is supporte
1 parent 7cd3ddf commit 3dc782e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-tagged-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ jobs:
5656
run: yarn build:all
5757
- name: Create jest results
5858
# only use for final releases because it is necessary only in addition to storybook
59-
if: inputs.onlyNpmPush != true && inputs.sectionChangelog != "Unreleased"
59+
if: ${{ inputs.onlyNpmPush != true && inputs.sectionChangelog != 'Unreleased' }}
6060
run: yarn test:generate-output
6161
- name: Publish to Chromatic
6262
# publish storybook only for final releases -- for other pre-releases the storybook has a link in PR
63-
if: inputs.onlyNpmPush != true && inputs.sectionChangelog != "Unreleased"
63+
if: ${{ inputs.onlyNpmPush != true && inputs.sectionChangelog != 'Unreleased' }}
6464
id: chromatic-upload
6565
uses: chromaui/action@v11
6666
with:

0 commit comments

Comments
 (0)