mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-09 10:55:39 +00:00
WORKFLOW: fixed automatest steps job
This commit is contained in:
parent
5211106b49
commit
064b968222
5
.github/workflows/build_release.yml
vendored
5
.github/workflows/build_release.yml
vendored
|
@ -316,10 +316,7 @@ jobs:
|
||||||
# Automated Tests
|
# Automated Tests
|
||||||
Automated_Tests:
|
Automated_Tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
needs: Build_RetroDECK
|
||||||
TAG: ${{ steps.version-tag.outputs.TAG }}
|
|
||||||
RELEASE_BODY: ${{ steps.version-tag.outputs.RELEASE_BODY }}
|
|
||||||
MAKE_LATEST: ${{ steps.version-tag.outputs.MAKE_LATEST }}
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue