with refs !
This commit is contained in:
Binary file not shown.
@@ -54,10 +54,9 @@ jobs:
|
|||||||
timeout-minutes: 2
|
timeout-minutes: 2
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: debug
|
|
||||||
run: echo "${{ needs.validate.outputs.tag }}"
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
ref: '${{ needs.validate.outputs.tag }}'
|
with:
|
||||||
|
ref: '${{ needs.validate.outputs.tag }}'
|
||||||
|
|
||||||
- name: Set version to env vars
|
- name: Set version to env vars
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user