revert using an environment to build

This commit is contained in:
tracer4b 2022-07-09 21:50:54 +08:00
parent b803be4a5e
commit be6c60092d
2 changed files with 0 additions and 2 deletions

View File

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

View File

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