From 3c0131686d43b2d96959bd30b99bbcf0f0b0d5df Mon Sep 17 00:00:00 2001 From: Peter Allen Webb Date: Fri, 31 May 2024 19:58:58 -0400 Subject: [PATCH] Remove another invalid enviornment property --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a616522..b3de7f8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,8 +40,6 @@ jobs: update-version-and-create-changelog: name: Update Version and Create Changelog secrets: inherit - environment: - name: ${{ inputs.deploy-to }} uses: ./.github/workflows/release-prep.yml with: sha: ${{ github.sha }} @@ -54,7 +52,9 @@ jobs: name: Test and Build needs: [update-version-and-create-changelog] runs-on: ubuntu-latest - + environment: + name: ${{ inputs.deploy-to }} + steps: - name: Check out target branch uses: actions/checkout@v4