Skip to content

Commit

Permalink
🧑‍💻 Sort the editions alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
boredland committed May 18, 2024
1 parent 39503d6 commit 741261b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
matrix-step-name: mirror
- name: write release info
run: |
echo '${{ steps.read.outputs.result }}' | jq '.[]' > docs/_data/release.json
echo '${{ steps.read.outputs.result }}' | jq --sort-keys '.[]' > docs/_data/release.json
cp docs/_data/release.json docs/release.json
- name: commit
run: |
Expand Down

0 comments on commit 741261b

Please sign in to comment.