Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fef95baa40 | ||
|
|
c649a994d1 |
@@ -28,7 +28,7 @@ jobs:
|
|||||||
runs-on: ubuntu
|
runs-on: ubuntu
|
||||||
needs: [build]
|
needs: [build]
|
||||||
env:
|
env:
|
||||||
VERSION: ${{ steps.calculate-version.outputs.version }}
|
VERSION: ${{ needs.build.outputs.version }}
|
||||||
IS_BETA: ${{ needs.build.outputs.is_beta }}
|
IS_BETA: ${{ needs.build.outputs.is_beta }}
|
||||||
outputs:
|
outputs:
|
||||||
version: ${{ steps.calculate-version.outputs.version }}
|
version: ${{ steps.calculate-version.outputs.version }}
|
||||||
@@ -42,7 +42,6 @@ jobs:
|
|||||||
name: 3. RESULT
|
name: 3. RESULT
|
||||||
runs-on: ubuntu
|
runs-on: ubuntu
|
||||||
needs: [build,test]
|
needs: [build,test]
|
||||||
if: ${{ needs.test.outputs.is_beta == 'false' }}
|
|
||||||
env:
|
env:
|
||||||
VERSION: ${{ needs.test.outputs.version }}
|
VERSION: ${{ needs.test.outputs.version }}
|
||||||
IS_BETA: ${{ needs.build.outputs.is_beta }}
|
IS_BETA: ${{ needs.build.outputs.is_beta }}
|
||||||
|
|||||||
Reference in New Issue
Block a user