diff --git a/action.yml b/action.yml index 86b2930..ac80e27 100644 --- a/action.yml +++ b/action.yml @@ -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