mirror of
https://github.com/aaronjmars/opendia.git
synced 2026-07-09 15:58:28 +00:00
chore: npm auto-publish (provenance) + sync version to 1.1.1 (#42)
* chore: add provenance npm auto-publish on tag * chore: sync version to 1.1.1 (matches npm)
This commit is contained in:
parent
a624beecfe
commit
bf6fa4f846
2 changed files with 24 additions and 2 deletions
22
.github/workflows/publish.yml
vendored
Normal file
22
.github/workflows/publish.yml
vendored
Normal 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 }}
|
||||
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue