Skip to content

Commit

Permalink
ci(actions): update github push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Sep 8, 2019
1 parent 658b87c commit 3ad2b05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12.x
# - name: Setup Angular CLI
# run: yarn global add @angular/cli
# env:
# NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# - name: Setup Angular CLI
# run: yarn global add @angular/cli
# env:
# NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Install Dependencies
run: yarn install
env:
Expand Down

0 comments on commit 3ad2b05

Please sign in to comment.