From d4f3bc9e1191aa83178879631734827299b85dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=A4KayJayDee?= Date: Wed, 14 Sep 2022 18:29:49 +0200 Subject: [PATCH] Remove actions --- .github/workflows/npm-publish.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/npm-publish.yaml diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml deleted file mode 100644 index 84971b9..0000000 --- a/.github/workflows/npm-publish.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: Node.js package - -on: - push: - branches: - - main - -jobs: - - publish-npm: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: actions/setup-node@v1 - with: - node-version: 12 - registry-url: https://registry.npmjs.org/ - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file