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 88e1f8f commit fedd9adCopy full SHA for fedd9ad
.github/workflows/pr-updated.yml
@@ -63,6 +63,9 @@ jobs:
63
echo "::set-env name=RUNNING::"
64
fi
65
66
+ - name: Sort
67
+ run: npx sort-package-json
68
+ if: env.RUNNING
69
- name: Get version
70
uses: technote-space/get-next-version-action@v1
71
with:
.github/workflows/update-dependencies.yml
@@ -58,6 +58,9 @@ jobs:
58
if [[ ! -f package.json ]] || [[ $(< package.json jq -r '.version == null') == 'true' ]]; then
59
echo "::set-env name=RUNNING2::"
60
61
62
+ if: env.RUNNING2
0 commit comments