Skip to content

Commit

Permalink
fix workflow deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPerathoner committed Mar 19, 2023
1 parent 6d3badc commit 731cedb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ jobs:
pre-release:
name: Create pre-release
runs-on: macos-12
environment: deploy-beta
needs: archive
if: ${{ contains(github.event.comment.body, 'beta') }}
steps:
Expand Down Expand Up @@ -258,7 +257,6 @@ jobs:
release:
name: "Create Release"
runs-on: macos-12
environment: deploy-release
needs: archive
if: ${{ !contains(github.event.comment.body, 'beta') }}
steps:
Expand Down

0 comments on commit 731cedb

Please sign in to comment.