Skip to content

Commit

Permalink
chore: rename LICENSE to LICENSE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonisavo committed May 12, 2022
1 parent c27a74c commit 14a813d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git config --global user.name 'github-bot'
git config --global user.email '[email protected]'
- name: Copy meta files to package folder
run: cp CHANGELOG.md CHANGELOG.md.meta LICENSE LICENSE.meta README.md README.md.meta "$UICOMPONENTS_PATH"
run: cp CHANGELOG.md CHANGELOG.md.meta LICENSE.md LICENSE.md.meta README.md README.md.meta "$UICOMPONENTS_PATH"
- name: Create commit for the meta files
run: |
git add -A
Expand Down
2 changes: 1 addition & 1 deletion Assets/UIComponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"license": "MIT",
"changelogUrl": "https://github.com/jonisavo/uicomponents/blob/main/CHANGELOG.md",
"documentationUrl": "https://github.com/jonisavo/uicomponents/blob/main/README.md",
"licensesUrl": "https://github.com/jonisavo/uicomponents/blob/main/LICENSE"
"licensesUrl": "https://github.com/jonisavo/uicomponents/blob/main/LICENSE.md"
}
File renamed without changes.
File renamed without changes.

0 comments on commit 14a813d

Please sign in to comment.