Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ jobs:
popd >/dev/null

echo "Authenticated to npm as ${npm_user}"
echo "Deferring publish permission enforcement for ${package_name} to the publish step because npm access output is not stable under npm ${npm --version}."
echo "Deferring publish permission enforcement for ${package_name} to the publish step because npm access output is not stable in this workflow."
- name: Build
run: pnpm -F @truenine/memory-sync-cli run build
- name: Publish to npm
Expand Down Expand Up @@ -604,7 +604,7 @@ jobs:
popd >/dev/null

echo "Authenticated to npm as ${npm_user}"
echo "Deferring publish permission enforcement for ${package_name} to the publish step because npm access output is not stable under npm ${npm --version}."
echo "Deferring publish permission enforcement for ${package_name} to the publish step because npm access output is not stable in this workflow."
- name: Build
run: pnpm exec turbo run build --filter=@truenine/memory-sync-mcp
- name: Publish to npm
Expand Down
Loading