diff --git a/.github/workflows/gh-release.yaml b/.github/workflows/gh-release.yaml index a7c10a5ad..26c259582 100644 --- a/.github/workflows/gh-release.yaml +++ b/.github/workflows/gh-release.yaml @@ -37,9 +37,6 @@ jobs: - name: Build run: deno task build - - name: Test - run: deno task test - - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')