소스 검색

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: