Update build.yml
This commit is contained in:
parent
7830321e68
commit
03c2efaeee
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -354,7 +354,6 @@ jobs:
|
||||||
name: 📦 Prepare release
|
name: 📦 Prepare release
|
||||||
needs: [info]
|
needs: [info]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ (!github.env.DEV_ENVIRONMENT) && (github.env.RELEASE_ON_GITHUB) }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Debug if conditions
|
- name: Debug if conditions
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -362,7 +361,7 @@ jobs:
|
||||||
echo "github.env.RELEASE_ON_GITHUB: ${{ env.RELEASE_ON_GITHUB }}"
|
echo "github.env.RELEASE_ON_GITHUB: ${{ env.RELEASE_ON_GITHUB }}"
|
||||||
echo "needs.info.outputs.exists: ${{ needs.info.outputs.exists }}"
|
echo "needs.info.outputs.exists: ${{ needs.info.outputs.exists }}"
|
||||||
|
|
||||||
echo "${{ env.RELEASE_ON_GITHUB == 'true' && env.DEV_ENVIRONMENT == 'false' }}"
|
echo "${{ (github.env.RELEASE_ON_GITHUB == 'true') && (github.env.DEV_ENVIRONMENT == 'false') }}"
|
||||||
echo "${{ env.RELEASE_ON_GITHUB == 'true' && env.DEV_ENVIRONMENT == 'false' && needs.info.outputs.exists == 'false' }}"
|
echo "${{ env.RELEASE_ON_GITHUB == 'true' && env.DEV_ENVIRONMENT == 'false' && needs.info.outputs.exists == 'false' }}"
|
||||||
|
|
||||||
release-github:
|
release-github:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue