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