Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

chore: remove registry-url to avoid conflicting with OIDC auth #29

chore: remove registry-url to avoid conflicting with OIDC auth

chore: remove registry-url to avoid conflicting with OIDC auth #29

Workflow file for this run

name: Version 🔖
on:
push:
branches:
- master
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
version:
name: Release
runs-on: ubuntu-latest
environment: production
permissions:
contents: write
pull-requests: write
id-token: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Publish with provenance
run: npm publish --access public --provenance
- name: Deprecate
run: npm deprecate base-mcp "This package has been deprecated. See https://docs.base.org/ai-agents for the new Base AI Agents docs."