Delete .github/workflows/publish.yml

Signed-off-by: Valentin Popov <valentin@popov.link>
This commit is contained in:
2025-12-03 05:18:43 +04:00
parent e14265b816
commit 37d64f2906

View File

@@ -1,19 +0,0 @@
name: Publish
on:
create:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '13.x'
- run: yarn install
- run: yarn run build
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc
- run: npm publish