Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jun 23, 2024
1 parent 16b2694 commit 5890d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: steps.check.outputs.changed == 'true' && contains(steps.check.outputs.version, 'beta')
run: npm ci
- name: Test
if: steps.check.outputs.changed == 'true'
if: steps.check.outputs.changed == 'true' && contains(steps.check.outputs.version, 'beta')
run: npm test
- name: Setup publish token
if: steps.check.outputs.changed == 'true' && contains(steps.check.outputs.version, 'beta')
Expand Down

0 comments on commit 5890d73

Please sign in to comment.