Skip to content

Commit 3ee28b8

Browse files
committed
Fix "Check license year"
1 parent c113244 commit 3ee28b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Check license year
9393
if: matrix.coding-standards
94-
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%G`"
94+
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%Y`"
9595

9696
- name: Run Psalm
9797
if: matrix.static-analysis

0 commit comments

Comments
 (0)