Skip to content

Commit

Permalink
gh-actions - Fixed typo in 'publish' action.
Browse files Browse the repository at this point in the history
  • Loading branch information
elycruz committed Dec 30, 2023
1 parent 812a569 commit 0bad3bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/monorepo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
- run: pnpm i
- run: pnpm run link-and-build:packages
- run: pnpm link-and-build:packages
- run: pnpm test
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
version: 8
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
- run: npm ci
- run: npm run link-and-build:packages
- run: pnpm i
- run: pnpm link-and-build:packages
- run: cd packages/fjl && npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit 0bad3bf

Please sign in to comment.