chore: npm auto-publish (provenance) + sync version to 1.1.1 (#42)
Some checks are pending
CI / MCP server (push) Waiting to run
CI / Browser extension (push) Waiting to run

* chore: add provenance npm auto-publish on tag

* chore: sync version to 1.1.1 (matches npm)
This commit is contained in:
@aaronjmars 2026-07-02 22:14:56 -04:00 committed by GitHub
parent a624beecfe
commit bf6fa4f846
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 2 deletions

22
.github/workflows/publish.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: publish
on:
push:
tags: ["v*"]
permissions:
contents: read
id-token: write
jobs:
publish:
runs-on: ubuntu-latest
defaults:
run:
working-directory: opendia-mcp
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

View file

@ -1,6 +1,6 @@
{
"name": "opendia",
"version": "1.1.0",
"version": "1.1.1",
"description": "🎯 OpenDia - The open alternative to Dia. Connect your browser to AI models with anti-detection bypass for Twitter/X, LinkedIn, Facebook",
"main": "server.js",
"bin": {
@ -48,4 +48,4 @@
"server.js",
"README.md"
]
}
}