Skip to content

Commit

Permalink
Final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wobba committed Aug 30, 2024
1 parent aaa4775 commit daf281a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ jobs:
runs-on: ubuntu-latest
environment: production
needs: build
# if: ${{ github.ref_name == 'main' || startsWith(github.ref_name, 'release') || github.event.inputs.create_release }}
if: contains(needs.build.outputs['branchName'], 'main')
if: ${{ github.ref_name == 'main' || startsWith(github.ref_name, 'release') || github.event.inputs.create_release }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit daf281a

Please sign in to comment.