File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,20 @@ jobs:
3030 # before deploy equivalent
3131 - run : npm run build:schematics
3232 - run : npm run build:migration
33- # move to dist
34- - run : cd dist/igniteui-angular
3533
36- # update package versions
34+ # Define npm tag
3735 - run : if [[ ${VERSION} == *"alpha"* || ${VERSION} == *"beta"* || ${VERSION} == *"rc"* ]]; then echo "NPM_TAG=next"; else echo "NPM_TAG=latest"; fi >> $GITHUB_ENV
3836 - run : echo ${NPM_TAG}
3937
4038 # copy readme
4139 - run : cp ../../README.md README.md
40+ working-directory : dist/igniteui-angular
4241
4342 # Create version and publish it to npmjs
4443 - run : npm version ${VERSION} --no-git-tag-version --save --verbose
44+ working-directory : dist/igniteui-angular
45+
4546 - run : npm publish --tag ${NPM_TAG}
47+ working-directory : dist/igniteui-angular
4648 env :
4749 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
You can’t perform that action at this time.
0 commit comments