Skip to content

Commit 5890d73

Browse files
committed
Fix actions
1 parent 16b2694 commit 5890d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: steps.check.outputs.changed == 'true' && contains(steps.check.outputs.version, 'beta')
2727
run: npm ci
2828
- name: Test
29-
if: steps.check.outputs.changed == 'true'
29+
if: steps.check.outputs.changed == 'true' && contains(steps.check.outputs.version, 'beta')
3030
run: npm test
3131
- name: Setup publish token
3232
if: steps.check.outputs.changed == 'true' && contains(steps.check.outputs.version, 'beta')

0 commit comments

Comments
 (0)