diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 78f71aa..2235daf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,14 +21,11 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: '20.5.0' + node-version: "20.5.0" - name: Install Dependencies run: npm ci - - name: Run tests - run: npm test - - name: Release env: GITHUB_TOKEN: ${{ secrets.GH_PAT }}