Skip to content

Commit

Permalink
troubleshoot react publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bpapillon committed Jan 25, 2024
1 parent 253a8fa commit dd6059d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
working-directory: ./react
- name: Test .npmrc
run: cat .npmrc
working-directory: ./react
- run: yarn publish --access public
working-directory: ./react

Expand Down

0 comments on commit dd6059d

Please sign in to comment.