diff --git a/workflows/npm-publish.yml b/workflows/npm-publish.yml deleted file mode 100644 index bf12382..0000000 --- a/workflows/npm-publish.yml +++ /dev/null @@ -1,15 +0,0 @@ -on: - workflow_dispatch: -jobs: - publish: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: '22' - registry-url: 'https://registry.npmjs.org' - - run: npm ci || npm install - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}