Skip to content

Commit

Permalink
Merge pull request #209 from modelcontextprotocol/dsp-ant-patch-1
Browse files Browse the repository at this point in the history
Publish with --access public
  • Loading branch information
dsp-ant authored Dec 4, 2024
2 parents 16814bc + 4f2fac9 commit df0b733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ jobs:

- name: Publish package
working-directory: src/${{ matrix.package }}
run: npm publish # --provenance
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit df0b733

Please sign in to comment.