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 16b2694 commit 5890d73Copy full SHA for 5890d73
.github/workflows/publish-beta.yml
@@ -26,7 +26,7 @@ jobs:
26
if: steps.check.outputs.changed == 'true' && contains(steps.check.outputs.version, 'beta')
27
run: npm ci
28
- name: Test
29
- if: steps.check.outputs.changed == 'true'
+ if: steps.check.outputs.changed == 'true' && contains(steps.check.outputs.version, 'beta')
30
run: npm test
31
- name: Setup publish token
32
0 commit comments