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