We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8db85 commit 6067055Copy full SHA for 6067055
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Restore dependencies
36
run: dotnet restore
37
38
- - name: Generate Holiday property
+ - name: Generate 'IsHoliday' property
39
run: t4 ${{ github.workspace }}/src/TaiwanUtilities/RocDateTime/RocDateTime.Holidays.tt
40
41
- name: Build the project
0 commit comments