diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index a79f6a55..19e01137 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -44,11 +44,10 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3 - if: false with: name: build path: dist/ - + call_version: if: github.ref == 'refs/heads/main' name: "Publish or create version PR" @@ -56,11 +55,11 @@ jobs: needs: test secrets: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - + deploy: runs-on: ubuntu-latest needs: test - if: false && github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' steps: - name: Checkout uses: actions/checkout@v3