Skip to content

Commit

Permalink
Merge pull request #260 from aldbr/main_FIX_npm-publish
Browse files Browse the repository at this point in the history
fix(github action): npm publish
  • Loading branch information
aldbr authored Feb 3, 2025
2 parents 99f979f + df160c2 commit 2caa7cf
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 2caa7cf

Please sign in to comment.