Skip to content

Commit

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

0 comments on commit afc339e

Please sign in to comment.