Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 25, 2023
1 parent 2dce790 commit a5fbba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/up.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- run: |-
git pull --tags && \
latest=$(git tag | tail -1) && \
latest=$(git tag --sort=creatordate | tail -1) && \
sed -E -i "s/micromap = \"[^\"]+\"/micromap = \"${latest}\"/g" README.md
- uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit a5fbba3

Please sign in to comment.