diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2502178..58b9dda 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -80,30 +80,17 @@ jobs: release: runs-on: ubuntu-latest - name: Generate and publish documentation + name: Release version to npm registry needs: build if: github.ref == 'refs/heads/main' steps: - # - name: Check out repository - # uses: actions/checkout@v2 - - # - name: Use Node 12 - # uses: actions/setup-node@v1 - # with: - # node-version: 12.x - - # - name: Use cached node_modules - # uses: actions/cache@v1 - # with: - # path: node_modules - # key: nodeModules-${{ hashFiles('**/yarn.lock') }} - # restore-keys: | - # nodeModules- - - # - name: Install dependencies - # run: yarn install --frozen-lockfile - # env: - # CI: true + - name: Check out repository + uses: actions/checkout@v2 + + - name: Use Node 12 + uses: actions/setup-node@v1 + with: + node-version: 12.x - uses: actions/download-artifact@v2 with: diff --git a/package.json b/package.json index 0f1f154..607cbde 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,7 @@ "typedoc": "^0.17.7", "typedoc-plugin-markdown": "^2.3.1", "typescript": "^3.9.5", - "vuepress": "^1.5.2", - "semantic-release": "^17.0.8" + "vuepress": "^1.5.2" }, "repository": { "type": "git",