Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 28, 2025
1 parent 76b8ce4 commit 4acecff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- run: |-
git fetch --tags --force && \
latest=$(git tag --sort=creatordate | tail -1) && \
sed -E -i "s/tacit-css@[0-9.]+/tacit-css@${latest}/g" README.md
sed -E -i "s/drops@[0-9.]+/drops@${latest}/g" README.md
sed -E -i "s/drops-[0-9.]+/drops-${latest}/g" README.md
- uses: peter-evans/create-pull-request@v7
with:
commit-message: 'new version in README'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ First, you add it to your HTML:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/yegor256/drops@gh-pages/drops.min.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/drops@0.2.0/dist/drops-0.2.0.min.css"/>
</head>
</html>
```
Expand Down

0 comments on commit 4acecff

Please sign in to comment.