Bläddra i källkod

Update main.yml

Loris Leiva 1 år sedan
förälder
incheckning
659b010f92
1 ändrade filer med 1 tillägg och 1 borttagningar
  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: