diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 242c6aad..00000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Release - -on: - push: - tags: - - '*' - -env: - PNPM_VERSION: 6.35.1 - -jobs: - release: - name: Release - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - - uses: pnpm/action-setup@v2.4.1 - with: - version: ${{ env.PNPM_VERSION }} - - - uses: actions/setup-node@v3.8.2 - with: - node-version: 12.x - cache: pnpm - - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}