Skip to content

Commit

Permalink
Update publish-github-packages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe authored Sep 18, 2023
1 parent 13b1e42 commit 3b55dc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-github-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm ci
npm install
npm exec tsc
npm publish
working-directory: terra-core
Expand All @@ -36,7 +36,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm ci
npm install
npm exec tsc
npm publish
working-directory: terra
Expand All @@ -47,7 +47,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm ci
npm install
npm exec tsc
npm publish
working-directory: cxx-parser

0 comments on commit 3b55dc0

Please sign in to comment.