From 5c1fe4b570afd3e844b17806858723e56003e64c Mon Sep 17 00:00:00 2001 From: David van der Spek <28541758+DavidSpek@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:34:05 +0200 Subject: [PATCH] chore: update plural CLI used in action (#845) Signed-off-by: David van der Spek --- .github/workflows/matrix-vendor-and-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/matrix-vendor-and-publish.yml b/.github/workflows/matrix-vendor-and-publish.yml index 7472cf582..54a62fcb6 100644 --- a/.github/workflows/matrix-vendor-and-publish.yml +++ b/.github/workflows/matrix-vendor-and-publish.yml @@ -54,7 +54,7 @@ jobs: echo "{$APP_APPLY_MATRIX_PROJECTS_JSON}" APP_APPLY_MATRIX_JSON="{\"include\": ${APP_APPLY_MATRIX_INCLUDE_JSON}}" echo "${APP_APPLY_MATRIX_JSON}" - + CONTINUE_APP_APPLY_JOB="no" if [[ "${APP_APPLY_MATRIX_PROJECTS_JSON}" != "[]" && ${{ github.event_name }} != 'pull_request' ]] then @@ -90,7 +90,7 @@ jobs: echo "{$VENDOR_MATRIX_PROJECTS_JSON}" VENDOR_MATRIX_JSON="{\"include\": ${VENDOR_MATRIX_INCLUDE_JSON}}" echo "${VENDOR_MATRIX_JSON}" - + CONTINUE_VENDOR_JOB="no" if [[ "${VENDOR_MATRIX_PROJECTS_JSON}" != "[]" && ${{ github.event_name }} != 'pull_request' ]] then @@ -236,9 +236,9 @@ jobs: run: npm install -g @semantic-release/commit-analyzer - name: installing plural uses: pluralsh/setup-plural@v0.1.5 - with: + with: config: ${{ secrets.PLURAL_CONF }} - vsn: 0.6.18 + vsn: 0.7.6 - run: plural apply -f ${{ matrix.pluralfile }} - name: 'Run Semantic Release' run: APP_NAME=${{ matrix.repository }} semantic-release