Skip to content

Commit

Permalink
fix(github action): npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aldbr committed Dec 20, 2024
1 parent 7d98a2d commit df160c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Publish to NPM
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
run: npm publish from-package --no-push --no-private --yes
run: npm --workspace packages/diracx-web-components publish

# Storybook is built and deployed to GitHub Pages
# -----------------------------------------------
Expand Down

0 comments on commit df160c2

Please sign in to comment.