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.
2 parents fe5ab9b + 5430ee4 commit cde0e33Copy full SHA for cde0e33
.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
@@ -57,6 +57,9 @@ jobs:
57
if [[ ! -f package.json ]] || [[ $(< package.json jq -r '.version == null') == 'true' ]]; then
58
echo "::set-env name=RUNNING2::"
59
60
61
62
+ if: env.RUNNING2
0 commit comments