needs insteads of jobs
Some checks failed
/ validate (push) Successful in 4s
/ build (push) Failing after 18s

This commit is contained in:
Ludovic Cartier
2025-07-21 18:37:47 +02:00
parent efa4855154
commit 4d1ba330f2
2 changed files with 3 additions and 3 deletions

View File

@@ -55,9 +55,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: debug - name: debug
run: echo "${{ jobs.validate.outputs.tag }}" run: echo "${{ needs.validate.outputs.tag }}"
- uses: actions/checkout@v4 - uses: actions/checkout@v4
ref: '${{ jobs.validate.outputs.tag }}' ref: '${{ needs.validate.outputs.tag }}'
- name: Set version to env vars - name: Set version to env vars
run: | run: |

View File

@@ -1 +1 @@
1.6.1 1.1.2