|
@@ -66,7 +66,7 @@ jobs:
|
|
|
rm status.json
|
|
rm status.json
|
|
|
|
|
|
|
|
- name: Snapshot release to npm
|
|
- name: Snapshot release to npm
|
|
|
- if: ${{ steps.changesets-status.outputs.CHANGESETS_LENGTH }} > 0
|
|
|
|
|
|
|
+ if: steps.changesets-status.outputs.CHANGESETS_LENGTH > 0
|
|
|
run: |
|
|
run: |
|
|
|
yarn release-subpackages:snapshot
|
|
yarn release-subpackages:snapshot
|
|
|
env:
|
|
env:
|