diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 81f1a058..dc76fd67 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -14,7 +14,7 @@ jobs: - name: Update license year uses: p3lim/license-year-updater@v2 with: - files: LICENSE + files: LICENSE.txt - name: Create pull request uses: peter-evans/create-pull-request@v7 diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt