diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d581af4..158f852 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,11 +46,6 @@ jobs: env: MATRIX_TARGET: ${{ matrix.targets }} steps: - - name: Print the matrix output from prepare-matrix - run: | - echo "Matrix JSON: $MATRIX_JSON" - env: - MATRIX_JSON: ${{ needs.prepare-build.outputs.matrix }} - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index e0cfde1..54543d0 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -2,9 +2,6 @@ on: pull_request: types: [opened, reopened, synchronize] -env: - RELEASE_DRY_RUN: 1 - name: "Pull Requests" jobs: