From 1f7f3d268c212db48c82e0a6f8502b88918eddf5 Mon Sep 17 00:00:00 2001 From: Ron Netzer Date: Tue, 1 Mar 2022 16:26:18 +0200 Subject: [PATCH] ci: push to repo path is wrong --- .github/workflows/main.yml | 2 +- packages/nx-affected-matrix/README.md | 6 +++--- packages/nx-distributed-task/README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bafd67c6..9d34ebb8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -185,7 +185,7 @@ jobs: if: ${{ contains(needs.setup.outputs.matrix, matrix.package) }} uses: e-square-io/.github/.github/actions/push-to-repo@main with: - path: dist/packages/${{ matrix.package }} + path: 'dist/packages/${{ matrix.package }}' github-token: ${{ steps.githubAppAuth.outputs.github-token }} version: ${{ needs.release.outputs.version }} repository: ${{ matrix.package }} diff --git a/packages/nx-affected-matrix/README.md b/packages/nx-affected-matrix/README.md index 30dfb336..2972851a 100644 --- a/packages/nx-affected-matrix/README.md +++ b/packages/nx-affected-matrix/README.md @@ -1,4 +1,4 @@ -# @e-square/nx-affected-matrix-lib +# @e-square/nx-affected-matrix [![NPM](https://img.shields.io/github/package-json/v/e-square-io/nx-affected-matrix?&logo=npm&style=flat-square)]() [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/e-square-io/nx-github-actions/Main%20Workflow/main?event=push&logo=github&style=flat-square)](https://github.com/e-square-io/nx-github-actions/actions/workflows/main.yml) @@ -49,7 +49,7 @@ jobs: # install node modules, cache etc - name: Calculate affected projects - uses: e-square-io/nx-affected-matrix-lib@v2 + uses: e-square-io/nx-affected-matrix@v2 id: affected with: targets: 'test,build' @@ -88,7 +88,7 @@ In some cases it might be useful to change the distribution only for a particula --- - name: Calculate affected projects - uses: e-square-io/nx-affected-matrix-lib@v1 + uses: e-square-io/nx-affected-matrix@v2 id: affected with: targets: 'test,build' diff --git a/packages/nx-distributed-task/README.md b/packages/nx-distributed-task/README.md index c129928b..8d128bb6 100644 --- a/packages/nx-distributed-task/README.md +++ b/packages/nx-distributed-task/README.md @@ -1,4 +1,4 @@ -# @e-square/nx-distributed-task-lib +# @e-square/nx-distributed-task [![NPM](https://img.shields.io/github/package-json/v/e-square-io/nx-distributed-task?&logo=npm&style=flat-square)]() [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/e-square-io/nx-github-actions/Main%20Workflow/main?event=push&logo=github&style=flat-square)](https://github.com/e-square-io/nx-github-actions/actions/workflows/main.yml) @@ -40,7 +40,7 @@ jobs: # install node modules, cache etc - name: Run command - uses: e-square-io/nx-distributed-task-lib@v2 + uses: e-square-io/nx-distributed-task@v2 with: target: 'test' projects: 'project1,project2'