Skip to content

Commit

Permalink
build: ci workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lem-onade committed Aug 8, 2023
1 parent 4589348 commit 691c39a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.GA_TOKEN }}
- run: |
packages/dgt-utils
cd packages/dgt-utils
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GA_TOKEN }}
- run: |
packages/dgt-components
cd packages/dgt-components
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GA_TOKEN }}

0 comments on commit 691c39a

Please sign in to comment.