Skip to content

Commit

Permalink
fix: access token
Browse files Browse the repository at this point in the history
  • Loading branch information
codingsamuel committed May 9, 2024
1 parent a6df9d3 commit 48f5944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish @mosa-ng/core package to npm Registry
run: npm publish
run: npm publish --access public
working-directory: ./projects/core

- name: Publish @mosa-ng/material package to npm Registry
Expand Down

0 comments on commit 48f5944

Please sign in to comment.