We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb5cd0 commit f3e6713Copy full SHA for f3e6713
.github/workflows/npm-publish.yml
@@ -35,8 +35,10 @@ jobs:
35
if [[ ${VERSION} == *"alpha"* || ${VERSION} == *"beta"* || ${VERSION} == *"rc"* ]]; then echo "NPM_TAG=next"; else echo "NPM_TAG=latest"; fi >> $GITHUB_ENV
36
echo ${NPM_TAG}
37
38
- - name: Copy readme for igniteui-angular
39
- run: cp ../../README.md README.md
+ - name: Copy readme and license for igniteui-angular
+ run: |
40
+ cp ../../README.md README.md
41
+ cp ../../LICENSE LICENSE
42
working-directory: dist/igniteui-angular
43
44
- name: Copy i18n files
0 commit comments