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 }}