Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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 }}
|
||||
|
||||
Reference in New Issue
Block a user