revert using an environment to build
This commit is contained in:
parent
b803be4a5e
commit
be6c60092d
1
.github/workflows/deploycf.yml
vendored
1
.github/workflows/deploycf.yml
vendored
@ -13,7 +13,6 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
name: Deploy to CurseForge (${{ github.event.inputs.tag }})
|
name: Deploy to CurseForge (${{ github.event.inputs.tag }})
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: build_pack
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TAG: ${{ github.event.inputs.tag }}
|
GITHUB_TAG: ${{ github.event.inputs.tag }}
|
||||||
BUILD_FLAVOR_TITLE: ${{ github.event.inputs.flavorTitle }}
|
BUILD_FLAVOR_TITLE: ${{ github.event.inputs.flavorTitle }}
|
||||||
|
1
.github/workflows/deploygh.yml
vendored
1
.github/workflows/deploygh.yml
vendored
@ -14,7 +14,6 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
name: Deploy to GitHub Releases (${{ github.event.inputs.tag }})
|
name: Deploy to GitHub Releases (${{ github.event.inputs.tag }})
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: build_pack
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TAG: ${{ github.event.inputs.tag }}
|
GITHUB_TAG: ${{ github.event.inputs.tag }}
|
||||||
BUILD_FLAVOR_TITLE: ${{ github.event.inputs.flavorTitle }}
|
BUILD_FLAVOR_TITLE: ${{ github.event.inputs.flavorTitle }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user