Skip to content

Commit ab411a6

Browse files
use install-internal-package action (#204)
1 parent 652ccc8 commit ab411a6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/deploy.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ jobs:
2727
run: npm install --no-audit --no-fund
2828

2929
- name: Install Internal Package
30-
run: |
31-
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
32-
DEVEXTREME_INTERNAL_VERSION=$(npm pkg get dependencies.devextreme --workspaces=false | tr -d '"')
33-
npm pack @devexpress/devextreme-internal@$DEVEXTREME_INTERNAL_VERSION --registry https://npm.pkg.github.com
34-
npm i devextreme@$(find . -name DevExpress-devextreme-internal-*.tgz)
30+
uses: DevExpress/github-actions/install-internal-package@main
3531

3632
- name: Build
3733
run: npm run build -- --configuration=production --base-href https://devexpress.github.io/devextreme-angular-template/

0 commit comments

Comments
 (0)