diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml deleted file mode 100644 index d1a587e..0000000 --- a/.github/workflows/npm-publish.yml +++ /dev/null @@ -1,21 +0,0 @@ -on: - push: - branches: - - master -jobs: - npm-publish: - name: npm-publish - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@master - - name: Set up Node.js - uses: actions/setup-node@master - with: - node-version: 10.0.0 - registry-url: 'https://registry.npmjs.org/' - - run: npm install - - run: npm publish --access public - env: - GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }} - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}