From 37d64f2906cc5458eda7dfe5b30335f75cb74c64 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 3 Dec 2025 05:18:43 +0400 Subject: [PATCH] Delete .github/workflows/publish.yml Signed-off-by: Valentin Popov --- .github/workflows/publish.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/publish.yml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index a588b42..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -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