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