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