From 34e9d2dec139d9cae1377eb58fa17c437fa34d97 Mon Sep 17 00:00:00 2001 From: Masoud Amjadi Date: Wed, 6 Sep 2023 13:01:22 -0400 Subject: [PATCH] fix(upgarde): upgarde git commands --- .github/workflows/gh-release-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-release-test.yml b/.github/workflows/gh-release-test.yml index 927041b98..79624768b 100644 --- a/.github/workflows/gh-release-test.yml +++ b/.github/workflows/gh-release-test.yml @@ -61,7 +61,7 @@ jobs: done matrix="${matrix%,}" # Remove trailing comma matrix="${matrix}]" # Close the JSON array - echo "::set-output name=matrix::${matrix}" + echo "matrix=${matrix}" >> $GITHUB_ENV builder: needs: job1 runs-on: ubuntu-latest