Skip to content

Commit 6fff687

Browse files
committed
Don't limit to .md extension
1 parent 8cfa56b commit 6fff687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-license-year.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
set -euo pipefail
2323
24-
FILE="LICENSE.md"
24+
FILE=$(ls LICENSE* | head -n 1)
2525
YEAR="$(date -u +%Y)"
2626
2727
if [[ ! -f "$FILE" ]]; then

0 commit comments

Comments
 (0)