From be6c60092d32a52b2550b49dcfe620fff6526594 Mon Sep 17 00:00:00 2001 From: tracer4b <61507029+tracer4b@users.noreply.github.com> Date: Sat, 9 Jul 2022 21:50:54 +0800 Subject: [PATCH] revert using an environment to build --- .github/workflows/deploycf.yml | 1 - .github/workflows/deploygh.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/deploycf.yml b/.github/workflows/deploycf.yml index 03648c2..f00b2ce 100644 --- a/.github/workflows/deploycf.yml +++ b/.github/workflows/deploycf.yml @@ -13,7 +13,6 @@ jobs: deploy: name: Deploy to CurseForge (${{ github.event.inputs.tag }}) runs-on: ubuntu-latest - environment: build_pack env: GITHUB_TAG: ${{ github.event.inputs.tag }} BUILD_FLAVOR_TITLE: ${{ github.event.inputs.flavorTitle }} diff --git a/.github/workflows/deploygh.yml b/.github/workflows/deploygh.yml index 65b33f1..7e6fd39 100644 --- a/.github/workflows/deploygh.yml +++ b/.github/workflows/deploygh.yml @@ -14,7 +14,6 @@ jobs: deploy: name: Deploy to GitHub Releases (${{ github.event.inputs.tag }}) runs-on: ubuntu-latest - environment: build_pack env: GITHUB_TAG: ${{ github.event.inputs.tag }} BUILD_FLAVOR_TITLE: ${{ github.event.inputs.flavorTitle }}