Skip to content

Commit df0b733

Browse files
authored
Merge pull request #209 from modelcontextprotocol/dsp-ant-patch-1
Publish with --access public
2 parents 16814bc + 4f2fac9 commit df0b733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474

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

0 commit comments

Comments
 (0)