Skip to content

Commit

Permalink
Remove environment from build step
Browse files Browse the repository at this point in the history
Hoping to prevent it from counting as a 'deployment' in the github UI
  • Loading branch information
r-tae committed Jun 17, 2024
1 parent 381a583 commit 0b1fe69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
build:
name: Build release
runs-on: ubuntu-latest
environment: uat
outputs:
artifact_name: ${{ steps.output.outputs.artifact_name }}
artifact_filename: ${{ steps.output.outputs.artifact_filename }}
Expand Down

0 comments on commit 0b1fe69

Please sign in to comment.