Skip to content

Commit

Permalink
Remove another invalid enviornment property
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed May 31, 2024
1 parent 6f8997e commit 3c01316
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 3c01316

Please sign in to comment.