Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -354,7 +354,7 @@ jobs:
|
||||
name: 📦 Prepare release
|
||||
needs: [info]
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !github.env.DEV_ENVIRONMENT }}
|
||||
if: ${{ !github.env.DEV_ENVIRONMENT && github.env.RELEASE_ON_GITHUB }}
|
||||
steps:
|
||||
- name: Debug if conditions
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user