diff --git a/.github/workflows/deploycf.yml b/.github/workflows/deploycf.yml index 2ce672b..03648c2 100644 --- a/.github/workflows/deploycf.yml +++ b/.github/workflows/deploycf.yml @@ -13,8 +13,8 @@ jobs: deploy: name: Deploy to CurseForge (${{ github.event.inputs.tag }}) runs-on: ubuntu-latest + environment: build_pack env: - name: build_pack 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 cceb872..65b33f1 100644 --- a/.github/workflows/deploygh.yml +++ b/.github/workflows/deploygh.yml @@ -14,8 +14,8 @@ jobs: deploy: name: Deploy to GitHub Releases (${{ github.event.inputs.tag }}) runs-on: ubuntu-latest + environment: build_pack env: - name: build_pack GITHUB_TAG: ${{ github.event.inputs.tag }} BUILD_FLAVOR_TITLE: ${{ github.event.inputs.flavorTitle }}