Add new step to echo and cat meta.json

Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar Bakr 2024-03-03 13:56:47 +03:00
parent a77e9ff048
commit c14b1df2c6
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -65,6 +65,10 @@ runs:
- name: echo
run: |
echo $(echo '${{ steps.meta.outputs.json }}' | jq -r '.tags[0]') > meta.json
shell: bash
- name: dsad
run: |
cat meta.json
shell: bash