diff --git a/.github/workflows/git-release.yml b/.github/workflows/git-release.yml index 87ddf79..f07e3eb 100644 --- a/.github/workflows/git-release.yml +++ b/.github/workflows/git-release.yml @@ -26,24 +26,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} - - - # git-release: - # runs-on: ubuntu-latest - # strategy: - # matrix: - # # List node versions to run tests with - # node-version: [12.x] - # steps: - # - uses: actions/checkout@v1 - # - name: "Setup Node.js" - # uses: actions/setup-node@v1 - # with: - # node-version: ${{ matrix.node-version }} - # - name: "Install dependencies" - # run: "npm ci" - # - name: "Release" - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - # run: "npx semantic-release"