Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 29, 2024
1 parent d1c5535 commit e6f95e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
latest=$(git tag --sort=creatordate | tail -1) && \
sed -E -i "s/<version>[^<]+/<version>${latest}/g" README.md && \
sed -E -i "s/takes-[0-9][^-]+/takes-${latest}/g" README.md && \
sed -E -i "s/takes\/[0-9][^-]+/takes\/${latest}/g" README.md && \
sed -E -i "s/org.takes:takes:.+/org.takes:takes::${latest}/g" README.md
- uses: peter-evans/create-pull-request@v7
with:
Expand Down

0 comments on commit e6f95e4

Please sign in to comment.