Skip to content

Commit

Permalink
ci(publish): test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Jun 28, 2024
1 parent 550d8f5 commit daad189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: pdm sync -d

- name: Publish
run: 'npx build components && cd dist/web/components && npm publish --provenance'
run: 'npx nx build components && cd dist/web/components && npm publish --provenance'
shell: bash
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
Expand Down

0 comments on commit daad189

Please sign in to comment.