Skip to content

Commit

Permalink
Added 'cd' step, gh'publish' script.
Browse files Browse the repository at this point in the history
  • Loading branch information
elycruz committed Apr 3, 2023
1 parent 8af095b commit 762d1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
- run: npm ci
- run: npm publish
- run: cd packages/fjl && npm ci && npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
PUPPETEER_EXE_PATH: $(which chrome)

0 comments on commit 762d1a4

Please sign in to comment.