Update action.yml to save tags to meta.json

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

View File

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