Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Feb 26, 2024
1 parent c95de53 commit eaca080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
name: Package
- name: Upload CTAN package
uses: zauguin/ctan-update@v0.1
uses: zauguin/ctan-upload@v0.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
package-name: lua-ul
Expand All @@ -59,7 +59,7 @@ jobs:
summary: Underlining for LuaLaTeX
ctan-path: /macros/luatex/latex/lua-ul
update: true
topics: underline,luatex
topic: underline,luatex
description: |
This package provides underlining, strikethough, and highlighting using features in LuaLaTeX which avoid the restrictions imposed by other methods. In particular, kerning is not affected, the underlined text can use arbitrary commands, hyphenation works etc.
Expand Down

0 comments on commit eaca080

Please sign in to comment.