Skip to content

Commit 2caa7cf

Browse files
authored
Merge pull request #260 from aldbr/main_FIX_npm-publish
fix(github action): npm publish
2 parents 99f979f + df160c2 commit 2caa7cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Publish to NPM
5555
env:
5656
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
57-
run: npm publish from-package --no-push --no-private --yes
57+
run: npm --workspace packages/diracx-web-components publish
5858

5959
# Storybook is built and deployed to GitHub Pages
6060
# -----------------------------------------------

0 commit comments

Comments
 (0)