Delete workflows/npm-publish.yml

This commit is contained in:
2025-08-31 17:52:55 -07:00
committed by GitHub
parent ea619ef1eb
commit 0f9c716510

View File

@@ -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 }}