From d8a018e0a5922c5f76d62b6f21d81df3b22a4c69 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 2 Nov 2023 12:19:56 +0100 Subject: [PATCH] TO-DROP: avoid using the `release` environment Signed-off-by: Johannes Schindelin --- .github/workflows/build-git-installers.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-git-installers.yml b/.github/workflows/build-git-installers.yml index cd7df1facc8dfc..2c22aec35919d3 100644 --- a/.github/workflows/build-git-installers.yml +++ b/.github/workflows/build-git-installers.yml @@ -14,7 +14,6 @@ jobs: runs-on: ${{ matrix.arch.runner }} env: VERSION: "v2.42.0.vfs.0.0-universal" - environment: release steps: - uses: mxschmitt/action-tmate@v3 with: