Skip to content

Commit

Permalink
Fix pnpm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Jul 5, 2024
1 parent f159886 commit 8ca03a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish packages (PyPI, npm)
on:
release:
types: [published]
workflow_dispatch:

jobs:
publish-pypi:
Expand Down Expand Up @@ -71,6 +72,6 @@ jobs:
- name: Publish package distributions to npm
working-directory: ./frontend
run: |
pnpm publish
pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_API_TOKEN }}

0 comments on commit 8ca03a1

Please sign in to comment.