29
This commit is contained in:
@@ -22,9 +22,9 @@ jobs:
|
||||
VERSION: ${{ jobs.sources.outputs.version }}
|
||||
run: |
|
||||
echo "${VERSION}"
|
||||
build:
|
||||
needs:
|
||||
- sources
|
||||
uses: ./.gitea/workflows/build.yml
|
||||
with:
|
||||
VERSION: ${{ needs.sources.outputs.version }}
|
||||
# build:
|
||||
# needs:
|
||||
# - sources
|
||||
# uses: ./.gitea/workflows/build.yml
|
||||
# with:
|
||||
# VERSION: ${{ needs.sources.outputs.version }}
|
||||
Reference in New Issue
Block a user