浏览代码

Update main.yml

Loris Leiva 1 年之前
父节点
当前提交
659b010f92
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -75,7 +75,7 @@ jobs:
     name: Release
     runs-on: ubuntu-latest
     if: github.event_name == 'push'
-    needs: [lint, tests]
+    needs: [lint]
     outputs:
       published: ${{ steps.changesets.outputs.published }}
     steps: